Method

GtkAboutDialogget_logo

since: 2.6

Declaration [src]

GdkPixbuf*
gtk_about_dialog_get_logo (
  GtkAboutDialog* about
)

Description [src]

Returns the pixbuf displayed as logo in the about dialog.

Available since: 2.6

Gets propertyGtk.AboutDialog:logo

Return value

Type: GdkPixbuf

The pixbuf displayed as logo. The pixbuf is owned by the about dialog. If you want to keep a reference to it, you have to call g_object_ref() on it.

The returned data is owned by the instance.