Method

GtkIconThemehas_icon

since: 2.4

Declaration [src]

gboolean
gtk_icon_theme_has_icon (
  GtkIconTheme* icon_theme,
  const gchar* icon_name
)

Description [src]

Checks whether an icon theme includes an icon for a particular name.

Available since: 2.4

Parameters

icon_name

Type: const gchar*

The name of an icon.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if icon_theme includes an icon for icon_name.