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.

Return value

Type: const gchar*

Image filename. This string must not be modified or freed.

The returned data is owned by the instance.
The value is a file system path, using the OS encoding.