get_icon_name
Description:
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public unowned string? get_icon_name ()
public unowned string? get_icon_name ()
Warning: get_icon_name is deprecated since 4.20.
Get the icon name being used for this icon.
When an icon looked up in the icon theme was not available, the icon theme may use fallback icons - either those specified to lookup_icon or the always-available "image-missing". The icon chosen is returned by this function.
If the icon was created without an icon theme, this function returns null.
Parameters:
| this |
a `GtkIconPaintable` |
Returns:
|
the themed icon-name for the icon, or null if its not a themed icon. |