Gtk.TextIter.prototype.get_child_anchor
function get_child_anchor():Gtk.TextChildAnchor {
// Gjs wrapper for gtk_text_iter_get_child_anchor()
}If the location at iter contains a child anchor, the anchor is returned (with no new reference count added). Otherwise, null is returned.
- Returns
the anchor at iter