Method
IdeBufferManagerforeach
Declaration
void
ide_buffer_manager_foreach (
IdeBufferManager* self,
IdeBufferForeachFunc foreach_func,
gpointer user_data
)
Parameters
foreach_func
-
Type:
IdeBufferForeachFunc
An
IdeBufferForeachFunc
. user_data
-
Type:
gpointer
Closure data for
foreach_func
.The argument can be NULL
.The data is owned by the caller of the method.