Method

GtkIconSourceget_icon_name

deprecated: 3.10 

Declaration [src]

const gchar*
gtk_icon_source_get_icon_name (
  const GtkIconSource* source
)

Description [src]

Retrieves the source icon name, or NULL if none is set. The icon_name is not a copy, and should not be modified or expected to persist beyond the lifetime of the icon source.

Deprecated since: 3.10

Use GtkIconTheme instead.

Return value

Type: const gchar*

Icon name. This string must not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.