Method

GtkIconThemeget_example_icon_name

since: 2.4

Declaration [src]

char*
gtk_icon_theme_get_example_icon_name (
  GtkIconTheme* icon_theme
)

Description [src]

Gets the name of an icon that is representative of the current theme (for instance, to use when presenting a list of themes to the user.)

Available since: 2.4

Return value

Type: char*

The name of an example icon or NULL. Free with g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.