Method
IdeApplicationforeach_workbench
Declaration
void
ide_application_foreach_workbench (
IdeApplication* self,
GFunc callback,
gpointer user_data
)
Parameters
callback
-
Type:
GFunc
A
GFunc
callback. user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.