Gtk.AboutDialog.prototype.set_logo

function set_logo(logo:GdkPixbuf.Pixbuf):void {
    // Gjs wrapper for gtk_about_dialog_set_logo()
}

Sets the pixbuf to be displayed as logo in the about dialog. If it is null, the default window icon set with Gtk.set_default_icon will be used.

Since 2.6

logo

a GdkPixbuf.Pixbuf, or null