Method

AdapPreferencesPageset_title

Declaration [src]

void
adap_preferences_page_set_title (
  AdapPreferencesPage* self,
  const char* title
)

Description [src]

Sets the title of self.

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.