Method

GtkAboutDialogget_logo_icon_name

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_logo_icon_name (
  GtkAboutDialog* about
)

Description [src]

Returns the icon name displayed as logo in the about dialog.

Available since: 2.6

Return value

Type: const gchar*

The icon name displayed as logo. The string is owned by the dialog. If you want to keep a reference to it, you have to call g_strdup() on it.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.