Method

GtkAboutDialogset_logo_icon_name

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_logo_icon_name (
  GtkAboutDialog* about,
  const gchar* icon_name
)

Description [src]

Sets the pixbuf to be displayed as logo in the about dialog. If it is NULL, the default window icon set with gtk_window_set_default_icon() will be used.

Available since: 2.6

Parameters

icon_name

Type: const gchar*

An icon name, or NULL.

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