diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-08 23:14:46 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-08 23:21:39 -0500 |
commit | 394ae46ec08857405e4e5b3dad3782c9d9c59651 (patch) | |
tree | f53e6691bfe7694145aaa3af4041078b0179c1aa /gtk/gtkstyle.c | |
parent | 32398f11fab5e0abc88bf77ec76668d24af3e659 (diff) | |
download | gtk+-394ae46ec08857405e4e5b3dad3782c9d9c59651.tar.gz |
Add some missing symbols to the docs
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 10 |
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) { |