get_insert


Description:

public unowned TextMark get_insert ()

Returns the mark that represents the cursor (insertion point).

Equivalent to calling [method@Gtk.TextBuffer.get_mark] to get the mark named “insert”, but very slightly more efficient, and involves less typing.

Parameters:

this

a `GtkTextBuffer`

Returns:

insertion point mark