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:
guint
The starting line.
line_end
-
Type:
guint
The end line.
callback
-
Type:
IdeBufferChangeMonitorForeachFunc
A callback.
user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.