Method

AdwShortcutsSectionset_title

unstable since: 1.8

Declaration [src]

void
adw_shortcuts_section_set_title (
  AdwShortcutsSection* self,
  const char* title
)

Description [src]

Sets the title of self.

Available since: 1.8

Parameters

title

Type: const char*

The title to use.

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