Method

Gtk.IconTheme.has_gicon

Declaration [src]

gboolean
gtk_icon_theme_has_gicon (
  GtkIconTheme* self,
  GIcon* gicon
)

Description [src]

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

Parameters

gicon GIcon*
 

a GIcon

 Ownership is not transferred to the callee

Return value

Returns: gboolean

TRUE if self includes an icon for gicon