Gtk.IconInfo.prototype.get_builtin_pixbuf
function get_builtin_pixbuf():GdkPixbuf.Pixbuf {
// Gjs wrapper for gtk_icon_info_get_builtin_pixbuf()
}Gets the built-in image for this icon, if any. To allow GTK+ to use built in icon images, you must pass the Gtk.IconLookupFlags.use_builtin to Gtk.lookup_icon.
Since 2.4
- Returns
the built-in image pixbuf, or null. No extra reference is added to the returned pixbuf, so if you want to keep it around, you must use GObject.ref. The returned image must not be modified.