summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingengine.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 23:04:32 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:53 +0100
commit73a632a4ae0f15fb46d558d7b6aa6694563aca15 (patch)
tree84eca33e9890aa236b2cd545ea6037a43ea405d5 /gtk/gtkthemingengine.h
parent55a38f474690a10e4d8b9735693357f8eca43049 (diff)
downloadgtk+-73a632a4ae0f15fb46d558d7b6aa6694563aca15.tar.gz
css: Handle custom properties in a custom object
This way we can also get rid of the hack where we required modifying the pspec after creation, as the name is now a separate property.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r--gtk/gtkthemingengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h
index d19d6d3b7f..d3f6c83cb7 100644
--- a/gtk/gtkthemingengine.h
+++ b/gtk/gtkthemingengine.h
@@ -185,6 +185,7 @@ GType gtk_theming_engine_get_type (void) G_GNUC_CONST;
void _gtk_theming_engine_set_context (GtkThemingEngine *engine,
GtkStyleContext *context);
+/* function implemented in gtkcsscustomproperty.c */
void gtk_theming_engine_register_property (const gchar *name_space,
GtkStylePropertyParser parse_func,
GParamSpec *pspec);