Method
GtkTextIterget_child_anchor
Declaration [src]
GtkTextChildAnchor*
gtk_text_iter_get_child_anchor (
const GtkTextIter* iter
)
Description [src]
If the location at iter contains a child anchor, the
anchor is returned (with no new reference count added). Otherwise,
NULL is returned.
Return value
Type: GtkTextChildAnchor
The anchor at iter.
| The returned data is owned by the instance. |