Method

GtkTextIterget_buffer

Declaration [src]

GtkTextBuffer*
gtk_text_iter_get_buffer (
  const GtkTextIter* iter
)

Description [src]

Returns the GtkTextBuffer this iterator is associated with.

Return value

Type: GtkTextBuffer

The buffer.

The returned data is owned by the instance.