signal callback delegate or function to connect
void callback(gtk.text_iter.TextIter iter, gdk.event.Event event, gtksource.view.View view)
iter a #GtkTextIter (optional)
event the #GdkEvent that activated the event (optional)
view the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to LineMarkActivated signal.
Emitted when a line mark has been activated (for instance when there was a button press in the line marks gutter). You can use iter to determine on which line the activation took place.