From be535139540533a6741fd859b77867e42ddccee0 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 30 Nov 2012 22:45:20 +0100 Subject: API: Deprecate functions to register custom CSS properties We should slowly transition code to using the GTK-provided CSS. So here we go. --- gtk/gtkstyleproperties.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkstyleproperties.h') diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h index eb8ff708f2..7237361e2d 100644 --- a/gtk/gtkstyleproperties.h +++ b/gtk/gtkstyleproperties.h @@ -66,8 +66,10 @@ typedef gboolean (* GtkStylePropertyParser) (const gchar *string, GType gtk_style_properties_get_type (void) G_GNUC_CONST; /* Next 2 are implemented in gtkcsscustomproperty.c */ +GDK_DEPRECATED_IN_3_8 void gtk_style_properties_register_property (GtkStylePropertyParser parse_func, GParamSpec *pspec); +GDK_DEPRECATED_IN_3_8 gboolean gtk_style_properties_lookup_property (const gchar *property_name, GtkStylePropertyParser *parse_func, GParamSpec **pspec); -- cgit v1.2.1