From 7e7866f12b9b5122d4c37aa7e285d63db632b1fc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Dec 2008 07:25:29 +0000 Subject: [PATCH] More additions svn path=/trunk/; revision=21996 --- gtk/gtkstyle.c | 8 ++++++-- 1 file 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) {