summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-19 21:22:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-19 21:22:02 -0400
commit4f5db65a064bb4ba7bb0f57e8f4c953411d0b1b3 (patch)
treeba40abbff75a0be9976dd47f5edae5948c1c37e3 /gtk/gtksettings.h
parentc8a6b8786abedb5e16fdd978f982c876e8074e6e (diff)
downloadgtk+-4f5db65a064bb4ba7bb0f57e8f4c953411d0b1b3.tar.gz
Deprecate some GtkSettings api
The gtk_settings_set_...property functions don't really add anything over g_object_set(), and we never documented them.
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index 28fad405da..4ff91bde7e 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -120,21 +120,21 @@ gboolean gtk_rc_property_parse_border (const GParamSpec *pspec,
const GString *gstring,
GValue *property_value);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_set_property_value (GtkSettings *settings,
const gchar *name,
const GtkSettingsValue *svalue);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_set_string_property (GtkSettings *settings,
const gchar *name,
const gchar *v_string,
const gchar *origin);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_set_long_property (GtkSettings *settings,
const gchar *name,
glong v_long,
const gchar *origin);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_set_double_property (GtkSettings *settings,
const gchar *name,
gdouble v_double,