summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-09 11:13:41 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-09 11:14:21 +0100
commitded14b256202d8792629b88874d934638762cee3 (patch)
tree0cc6382f46da5fe2a849a6744e2d86fe3a67ffbd /gtk/gtkstylecontext.h
parent107cebe546cb53c0e5511fc431b88eadf34092c5 (diff)
downloadgtk+-ded14b256202d8792629b88874d934638762cee3.tar.gz
docs: Reinstate pixbufs section in GDK docs
It was accidentally removed in 0775b0a85818e14d12087f33977e14efec6a058a
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index a67e523a83..cff1a5855d 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -415,9 +415,11 @@ void gtk_style_context_set_junction_sides (GtkStyleContext *context
GtkJunctionSides sides);
GtkJunctionSides gtk_style_context_get_junction_sides (GtkStyleContext *context);
-gboolean gtk_style_context_lookup_color (GtkStyleContext *context,
- const gchar *color_name,
- GdkRGBA *color);
+void gtk_style_context_lookup_color (GtkStyleContext *context,
+ const gchar *color_name,
+ GdkRGBA *color);
+gboolean gtk_style_context_lookup_default_color (const gchar *color_name,
+ GdkRGBA *color);
void gtk_style_context_notify_state_change (GtkStyleContext *context,
GdkWindow *window,