summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-11 15:04:17 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-18 00:29:17 +0200
commit31cf2e3bf599ba5257d5ab3ac6a1dad796d46f7d (patch)
tree4d0a9b7316ef4b13906bce006b0cf785b2818603 /gtk/gtksettings.h
parent77f50ec5d703665238907aa6c4d7d608eb0a1d8c (diff)
downloadgtk+-31cf2e3bf599ba5257d5ab3ac6a1dad796d46f7d.tar.gz
gtksettings: Remove Deprecated API
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index 4b05a8b06c..624a3def4b 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -92,12 +92,6 @@ GtkSettings* gtk_settings_get_default (void);
GDK_AVAILABLE_IN_ALL
GtkSettings* gtk_settings_get_for_screen (GdkScreen *screen);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_install_property (GParamSpec *pspec);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_install_property_parser (GParamSpec *pspec,
- GtkRcPropertyParser parser);
-
/* --- precoded parsing functions --- */
GDK_AVAILABLE_IN_ALL
gboolean gtk_rc_property_parse_color (const GParamSpec *pspec,
@@ -120,26 +114,6 @@ gboolean gtk_rc_property_parse_border (const GParamSpec *pspec,
const GString *gstring,
GValue *property_value);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_set_property_value (GtkSettings *settings,
- const gchar *name,
- const GtkSettingsValue *svalue);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_set_string_property (GtkSettings *settings,
- const gchar *name,
- const gchar *v_string,
- const gchar *origin);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_set_long_property (GtkSettings *settings,
- const gchar *name,
- glong v_long,
- const gchar *origin);
-GDK_DEPRECATED_IN_3_16
-void gtk_settings_set_double_property (GtkSettings *settings,
- const gchar *name,
- gdouble v_double,
- const gchar *origin);
-
GDK_AVAILABLE_IN_3_20
void gtk_settings_reset_property (GtkSettings *settings,
const gchar *name);