Replace gtk_rc_style_ref/unref by g_object_ref/unref.

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkstyle.c:
	* gtk/gtkrc.c:
	* gtk/gtkwidget.c: Replace gtk_rc_style_ref/unref by
	g_object_ref/unref.
This commit is contained in:
Matthias Clasen
2006-07-21 14:52:05 +00:00
committed by Matthias Clasen
parent c70489d6eb
commit 465daa910f
5 changed files with 14 additions and 6 deletions

View File

@ -4887,7 +4887,7 @@ gtk_widget_modify_style (GtkWidget *widget,
*
* Return value: the modifier style for the widget. This rc style is
* owned by the widget. If you want to keep a pointer to value this
* around, you must add a refcount using gtk_rc_style_ref().
* around, you must add a refcount using g_object_ref().
**/
GtkRcStyle *
gtk_widget_get_modifier_style (GtkWidget *widget)