Method

HandyPreferencesGroupset_description

Declaration [src]

void
hdy_preferences_group_set_description (
  HdyPreferencesGroup* self,
  const gchar* description
)

Description [src]

Sets the description for self.

Available since:1.0

Parameters

description const gchar*
 

The description.

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