Method
IdeSdkProviderupdate_async
Declaration
void
ide_sdk_provider_update_async (
IdeSdkProvider* self,
IdeSdk* sdk,
IdeNotification* notif,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
sdk
-
Type:
IdeSdk
An
IdeSdk
.The data is owned by the caller of the method. notif
-
Type:
IdeNotification
An
IdeNotification
.The argument can be NULL
.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
Callback to execute upon completion.
The argument can be NULL
. user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.