Method

Gtk.TextMark.get_buffer

Declaration [src]

GtkTextBuffer*
gtk_text_mark_get_buffer (
  GtkTextMark* mark
)

Description [src]

Gets the buffer this mark is located inside.

Returns NULL if the mark is deleted.

Return value

Returns: GtkTextBuffer

the mark’s GtkTextBuffer

Ownership is not transferred to the caller