Gtk.TextIter.prototype.get_pixbuf

function get_pixbuf():GdkPixbuf.Pixbuf {
    // Gjs wrapper for gtk_text_iter_get_pixbuf()
}

If the element at iter is a pixbuf, the pixbuf is returned (with no new reference count added). Otherwise, null is returned.

Returns

the pixbuf at iter