Method

Gtk.Image.set_from_icon_name

Declaration [src]

void
gtk_image_set_from_icon_name (
  GtkImage* image,
  const char* icon_name
)

Description [src]

Sets a GtkImage to show a named icon.

See gtk_image_new_from_icon_name() for details.

Sets propertyGtk.Image:icon-name

Parameters

icon_name const char*
 

an icon name or NULL

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string