Method
GtkIconSourceget_filename
deprecated: 3.10
Declaration [src]
const gchar*
gtk_icon_source_get_filename (
const GtkIconSource* source
)
Description [src]
Retrieves the source filename, or NULL
if none is set. The
filename 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.