[ Version ( since = "2.4" ) ]
public unowned string? get_filename ()
Gets the filename for the icon.
If the gtk_icon_lookup_use_builtin flag was passed to lookup_icon, there may be no filename if a builtin icon is returned; in this case, you should use get_builtin_pixbuf.
this |
a IconInfo |
the filename for the icon, or null if get_builtin_pixbuf should be used instead. The return value is owned by GTK+ and should not be modified or freed. |