summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-17 19:13:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-10-03 22:42:12 -0400
commit2f0d4b6868679dd1494868d11f78f5ddcc0a94e2 (patch)
treedce6e073b2c9fd4ca1b18eb54685d16b584532c1 /gtk/gtksettings.h
parentd930ea7c1fc6aa29ee242ef0aaedbad911bed4e1 (diff)
downloadgtk+-2f0d4b6868679dd1494868d11f78f5ddcc0a94e2.tar.gz
Add gtk_settings_reset_property
This api undoes an application-specific override and makes the setting follow the system-wide values again. https://bugzilla.gnome.org/show_bug.cgi?id=755008
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index 95fe638937..4b05a8b06c 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -140,6 +140,9 @@ void gtk_settings_set_double_property (GtkSettings *settings,
gdouble v_double,
const gchar *origin);
+GDK_AVAILABLE_IN_3_20
+void gtk_settings_reset_property (GtkSettings *settings,
+ const gchar *name);
G_END_DECLS