Method

GtkIconSourceset_icon_name

deprecated: 3.10 

Declaration [src]

void
gtk_icon_source_set_icon_name (
  GtkIconSource* source,
  const gchar* icon_name
)

Description [src]

Sets the name of an icon to look up in the current icon theme to use as a base image when creating icon variants for GtkIconSet.

Deprecated since: 3.10

Use GtkIconTheme instead.

Parameters

icon_name

Type: const gchar*

Name of icon to use.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.