Signal
Gtk.TextBuffer::mark-set
Declaration
void
mark_set (
  GtkTextBuffer self,
  const GtkTextIter* location,
  GtkTextMark* mark,
  gpointer user_data
)
Description [src]
Emitted as notification after a GtkTextMark is set.
See also:
gtk_text_buffer_create_mark(),
gtk_text_buffer_move_mark().
| Default handler: | The default handler is called after the handlers added via  | 
Parameters
| location | GtkTextIter | 
| The location of  | |
| Ownership is not transferred to the callee | |
| mark | GtkTextMark | 
| The mark that is set | |
| Ownership is not transferred to the callee |