Method

AdapTabPageset_keyword

since: 1.3

Declaration [src]

void
adap_tab_page_set_keyword (
  AdapTabPage* self,
  const char* keyword
)

Description [src]

Sets the search keyword for self.

AdapTabOverview can search pages by their keywords in addition to their titles and tooltips.

Keywords allow to include e.g. page URLs into tab search in a web browser.

Available since: 1.3

Sets propertyAdap.TabPage:keyword

Parameters

keyword

Type: const char*

The search keyword.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.