Method
IdeBufferChangeMonitorforeach_change
Declaration
void
ide_buffer_change_monitor_foreach_change (
IdeBufferChangeMonitor* self,
guint line_begin,
guint line_end,
IdeBufferChangeMonitorForeachFunc callback,
gpointer user_data
)
Description
Calls callback for every line between line_begin and line_end that have
an addition, deletion, or change.
Parameters
line_begin-
Type:
guintThe starting line.
line_end-
Type:
guintThe end line.
callback-
Type:
IdeBufferChangeMonitorForeachFuncA callback.
user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.