TextBuffer.getMark

Returns the mark named @name in buffer @buffer, or %NULL if no such mark exists in the buffer.

class TextBuffer
getMark
(
string name
)

Parameters

name string

a mark name

Return Value

Type: TextMark

a #GtkTextMark, or %NULL

Meta