summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 07:25:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 07:25:29 +0000
commit7e7866f12b9b5122d4c37aa7e285d63db632b1fc (patch)
tree02a2f91f976d03e1617bab1f139cd86debf029ac /gtk/gtkstyle.c
parent32237671cac48b9f416732e00c71931a67a3f9f0 (diff)
downloadgtk+-7e7866f12b9b5122d4c37aa7e285d63db632b1fc.tar.gz
More additions
svn path=/trunk/; revision=21996
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r--gtk/gtkstyle.c8
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)
{