Method

AdwTabPageget_keyword

Declaration [src]

const char*
adw_tab_page_get_keyword (
  AdwTabPage* self
)

Description [src]

Gets the search keyword of self.

Available since:1.3
Gets propertyAdw.TabPage:keyword

Return value

Returns: const char*
 

The search keyword of self.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.