Method

GtkSettingsreset_property

since: 3.20

Declaration [src]

void
gtk_settings_reset_property (
  GtkSettings* settings,
  const gchar* 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.

Available since: 3.20

Parameters

name

Type: const gchar*

The name of the setting to reset.

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