summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-26 11:47:32 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-26 11:47:32 -0400
commit7cfa7e6b72d0f16158e78fe6a5231499dbb3cd76 (patch)
treeb030d0b01132db80f0be11dd1d9e8f0f0cc735f6 /gtk/gtksettings.c
parent7e3a494fac62140f466fc43f6cc061215953e9b1 (diff)
downloadgtk+-7cfa7e6b72d0f16158e78fe6a5231499dbb3cd76.tar.gz
Mark gtk-color-palette as deprecated
It is only used by the deprecated color selector widget.
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 1d488d8ee1..791c4af0d8 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -1362,6 +1362,13 @@ gtk_settings_class_init (GtkSettingsClass *class)
NULL);
g_assert (result == PROP_LABEL_SELECT_ON_FOCUS);
+ /**
+ * GtkSettings:gtk-color-palette:
+ *
+ * Palette to use in the deprecated color selector.
+ *
+ * Deprecated: 3.10: Only used by the deprecated color selector widget.
+ */
result = settings_install_property_parser (class,
g_param_spec_string ("gtk-color-palette",
P_("Custom palette"),