Method
IdeRunManagerrun_async
Declaration
void
ide_run_manager_run_async (
IdeRunManager* self,
IdeBuildTarget* build_target,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
build_target-
Type:
IdeBuildTargetNo description available.
The data is owned by the caller of the function. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.