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:
IdeSdkAn
IdeSdk.The data is owned by the caller of the method. notif-
Type:
IdeNotificationAn
IdeNotification.The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackCallback to execute upon completion.
The argument can be NULL. user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.