Method
GtkTextIterget_pixbuf
Declaration [src]
GdkPixbuf*
gtk_text_iter_get_pixbuf (
const GtkTextIter* iter
)
Description [src]
If the element at iter
is a pixbuf, the pixbuf is returned
(with no new reference count added). Otherwise,
NULL
is returned.
Return value
Type: GdkPixbuf
The pixbuf at iter
.
The returned data is owned by the instance. |