diff options
author | Benjamin Otte <otte@redhat.com> | 2015-12-09 18:25:36 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-15 08:41:16 -0500 |
commit | ad22612ab2f84eeea005a293e66761e9de22c6f7 (patch) | |
tree | c18ed9395d187d44c5f4b74090b2683a6acc1616 /gtk/gtkstylecontextprivate.h | |
parent | 7075d00958b749ee4e25e6a4ee7320d3773e6394 (diff) | |
download | gtk+-ad22612ab2f84eeea005a293e66761e9de22c6f7.tar.gz |
iconhelper: Require passing a cssnode to the constructor
Note that we don't use it yet.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 31f71277e8..91ce297cd4 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -30,6 +30,7 @@ G_BEGIN_DECLS GtkStyleContext *gtk_style_context_new_for_node (GtkCssNode *node); +GtkCssNode *gtk_style_context_get_node (GtkStyleContext *context); void gtk_style_context_set_id (GtkStyleContext *context, const char *id); const char * gtk_style_context_get_id (GtkStyleContext *context); |