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.