Method

HandyPreferencesRowset_title

since: 1.0

Declaration [src]

void
hdy_preferences_row_set_title (
  HdyPreferencesRow* self,
  const gchar* title
)

Description [src]

Sets the title of the preference represented by self.

Available since: 1.0

Parameters

title

Type: const gchar*

The title.

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