Method
GtkIconInfocopy
deprecated: 3.8 since: 2.4
Declaration [src]
GtkIconInfo*
gtk_icon_info_copy (
GtkIconInfo* icon_info
)
Description [src]
Make a copy of a GtkIconInfo
.
Available since: 2.4
Deprecated since: 3.8
Use g_object_ref().
This method is not directly available to language bindings.
Return value
Type: GtkIconInfo
The new GtkIconInfo.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |