Method

AdwPreferencesPageset_name

Declaration [src]

void
adw_preferences_page_set_name (
  AdwPreferencesPage* self,
  const char* name
)

Description [src]

Sets the name of self.

Available since:1.0

Parameters

name const char*
 

The name.

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