Method

GtkIconSetcopy

deprecated: 3.10 

Declaration [src]

GtkIconSet*
gtk_icon_set_copy (
  GtkIconSet* icon_set
)

Description [src]

Copies icon_set by value.

Deprecated since: 3.10

Use GtkIconTheme instead.

Return value

Type: GtkIconSet

A new GtkIconSet identical to the first.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.