Method

AdapPreferencesRowset_title

Declaration [src]

void
adap_preferences_row_set_title (
  AdapPreferencesRow* self,
  const char* title
)

Description [src]

Sets the title of the preference represented by self.

The title is interpreted as Pango markup unless AdapPreferencesRow:use-markup is set to FALSE.

Parameters

title

Type: const char*

The title.

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