Gtk.AboutDialog.prototype.get_logo_icon_name

function get_logo_icon_name():String {
    // Gjs wrapper for gtk_about_dialog_get_logo_icon_name()
}

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

Since 2.6

Returns

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 GLib.strdup on it.