Method
Gtk.TextBuffer.get_bounds
Declaration [src]
void
gtk_text_buffer_get_bounds (
GtkTextBuffer* buffer,
GtkTextIter* start,
GtkTextIter* end
)
Description [src]
Retrieves the first and last iterators in the buffer, i.e. the
entire buffer lies within the range [start
,end
).
Parameters
start |
GtkTextIter |
iterator to initialize with first position in the buffer |
|
Direction: out | |
Ownership is not transferred to the callee | |
end |
GtkTextIter |
iterator to initialize with the end iterator |
|
Direction: out | |
Ownership is not transferred to the callee |