Method

Gtk.Settings.reset_property

Declaration [src]

void
gtk_settings_reset_property (
  GtkSettings* settings,
  const char* name
)

Description [src]

Undoes the effect of calling g_object_set() to install an application-specific value for a setting.

After this call, the setting will again follow the session-wide value for this setting.

Parameters

name const char*
 

the name of the setting to reset

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string