Method

AdwSidebarItemget_title

unstable since: 1.9

Declaration [src]

const char*
adw_sidebar_item_get_title (
  AdwSidebarItem* self
)

Description [src]

Gets the title of self.

Available since: 1.9

Gets propertyAdw.SidebarItem:title

Return value

Type: const char*

The title.

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