Signal
GtkTextBuffer::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
- 
            Type: GtkTextIterThe location of markintextbuffer.The data is owned by the caller of the function. 
- mark
- 
            Type: GtkTextMarkThe mark that is set. The data is owned by the caller of the function.