API Version: 41.0
Library Version: 41.0
void run_async ( IdeCommand* self, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
Runs the command, asynchronously.
Use ide_command_run_finish() to get the result of the operation.
ide_command_run_finish()
cancellable
GCancellable*
A GCancellable.
GCancellable
NULL
callback
GAsyncReadyCallback
A GAsyncReadyCallback to execute upon completion.
user_data
gpointer
Closure data for callback.