Gtk.AboutDialog.prototype.get_logo
function get_logo():GdkPixbuf.Pixbuf {
// Gjs wrapper for gtk_about_dialog_get_logo()
}Returns the pixbuf displayed as logo in the about dialog.
Since 2.6
- Returns
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 GObject.ref on it.