summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-08 23:14:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-08 23:21:39 -0500
commit394ae46ec08857405e4e5b3dad3782c9d9c59651 (patch)
treef53e6691bfe7694145aaa3af4041078b0179c1aa /gtk/gtkstyle.c
parent32398f11fab5e0abc88bf77ec76668d24af3e659 (diff)
downloadgtk+-394ae46ec08857405e4e5b3dad3782c9d9c59651.tar.gz
Add some missing symbols to the docs
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r--gtk/gtkstyle.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index 1d31d1ef03..cf88d1d07a 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -858,6 +858,16 @@ gtk_style_new (void)
return style;
}
+/**
+ * gtk_style_has_context:
+ * @style: a #GtkStyle
+ *
+ * Returns whether @style has an associated #GtkStyleContext.
+ *
+ * Returns: %TRUE if @style has a #GtkStyleContext
+ *
+ * Since: 3.0
+ */
gboolean
gtk_style_has_context (GtkStyle *style)
{