diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 07:25:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 07:25:29 +0000 |
commit | 7e7866f12b9b5122d4c37aa7e285d63db632b1fc (patch) | |
tree | 02a2f91f976d03e1617bab1f139cd86debf029ac /gtk/gtkstyle.c | |
parent | 32237671cac48b9f416732e00c71931a67a3f9f0 (diff) | |
download | gtk+-7e7866f12b9b5122d4c37aa7e285d63db632b1fc.tar.gz |
More additions
svn path=/trunk/; revision=21996
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 69f3451118..36b56b2b44 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -821,8 +821,10 @@ gtk_style_detach (GtkStyle *style) * @style: a #GtkStyle. * @returns: @style. * + * Increase the reference count of @style. + * * Deprecated: 2.0: use g_object_ref() instead. - **/ + */ GtkStyle* gtk_style_ref (GtkStyle *style) { @@ -833,8 +835,10 @@ gtk_style_ref (GtkStyle *style) * gtk_style_unref: * @style: a #GtkStyle. * + * Decrease the reference count of @style. + * * Deprecated: 2.0: use g_object_unref() instead. - **/ + */ void gtk_style_unref (GtkStyle *style) { |