summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-11-17 02:39:17 +0100
committerBenjamin Otte <otte@redhat.com>2019-11-22 07:35:03 +0100
commitd92cfa21799266d80bcfb7b1c8f83d51720498f7 (patch)
treee01f0b0c686b6b786b073019928ae9bb20eb35e2 /gtk/gtksettings.h
parentbbdaa4a0ff0b18439354693874629645c4ec247e (diff)
downloadgtk+-d92cfa21799266d80bcfb7b1c8f83d51720498f7.tar.gz
settings: Remove RC property parsers
They've not been used for a long time and the APIs where they could reasonably be used have been gone for as long.
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index 7b47f9689c..2e63beb471 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -73,28 +73,6 @@ GtkSettings* gtk_settings_get_default (void);
GDK_AVAILABLE_IN_ALL
GtkSettings* gtk_settings_get_for_display (GdkDisplay *display);
-/* --- precoded parsing functions --- */
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_rc_property_parse_color (const GParamSpec *pspec,
- const GString *gstring,
- GValue *property_value);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_rc_property_parse_enum (const GParamSpec *pspec,
- const GString *gstring,
- GValue *property_value);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_rc_property_parse_flags (const GParamSpec *pspec,
- const GString *gstring,
- GValue *property_value);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_rc_property_parse_requisition (const GParamSpec *pspec,
- const GString *gstring,
- GValue *property_value);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_rc_property_parse_border (const GParamSpec *pspec,
- const GString *gstring,
- GValue *property_value);
-
GDK_AVAILABLE_IN_ALL
void gtk_settings_reset_property (GtkSettings *settings,
const gchar *name);