Method

AdwSidebarItemget_subtitle

unstable since: 1.9

Declaration [src]

const char*
adw_sidebar_item_get_subtitle (
  AdwSidebarItem* self
)

Description [src]

Gets the subtitle of self.

Available since: 1.9

Return value

Type: const char*

The subtitle.

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