Method
Gtk.TextBuffer.get_iter_at_mark
Declaration [src]
void
gtk_text_buffer_get_iter_at_mark (
  GtkTextBuffer* buffer,
  GtkTextIter* iter,
  GtkTextMark* mark
)
Parameters
| iter | GtkTextIter | 
| iterator to initialize | |
| Direction: out | |
| Ownership is not transferred to the callee | |
| mark | GtkTextMark | 
| a  | |
| Ownership is not transferred to the callee |