API Version: 41.0
Library Version: 41.0
gboolean is_trigger ( IdeIndenter* self, GdkEventKey* event )
Determines if event should trigger an indentation request. If TRUE is returned then ide_indenter_format() will be called.
event
TRUE
ide_indenter_format()
If self is NULL, the fallback indenter is used, which tries to mimic the default indentation style of GtkSourceView.
self
NULL
GtkSourceView
GdkEventKey*
A GdkEventKey.
GdkEventKey
gboolean
TRUE if event should trigger an indentation request.