Method
GtkIconSetref
deprecated: 3.10
Declaration [src]
GtkIconSet*
gtk_icon_set_ref (
GtkIconSet* icon_set
)
Description [src]
Increments the reference count on icon_set
.
Deprecated since: 3.10
Use GtkIconTheme
instead.
Return value
Type: GtkIconSet
icon_set
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |