Function

Gtk.Window.set_default_icon_name

Declaration [src]

void
gtk_window_set_default_icon_name (
  const char* name
)

Description [src]

Sets an icon to be used as fallback.

The fallback icon is used for windows that haven’t had gtk_window_set_icon_name() called on them.

Parameters

name const char*
 

the name of the themed icon

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