IconSource.getIconName

Warning gtk_icon_source_get_icon_name has been deprecated since version 3.10 and should not be used in newly-written code. Use GtkIconTheme instead. 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.

class IconSource
string
getIconName
()

Return Value

Type: string

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

Meta