summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-12-09 18:25:36 +0100
committerMatthias Clasen <mclasen@redhat.com>2015-12-15 08:41:16 -0500
commitad22612ab2f84eeea005a293e66761e9de22c6f7 (patch)
treec18ed9395d187d44c5f4b74090b2683a6acc1616 /gtk/gtkstylecontextprivate.h
parent7075d00958b749ee4e25e6a4ee7320d3773e6394 (diff)
downloadgtk+-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.h1
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);