Virtual Method

IdeSdkProviderupdate_async

Declaration

void
update_async (
  IdeSdkProvider* self,
  IdeSdk* sdk,
  IdeNotification* notif,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

Asynchronous request to update an IdeSdk from the provider.

Parameters

sdk

Type: IdeSdk

An IdeSdk.

The data is owned by the caller of the function.
notif

Type: IdeNotification

An IdeNotification.

The argument can be NULL.
The data is owned by the caller of the function.
cancellable

Type: GCancellable

A GCancellable or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
callback

Type: GAsyncReadyCallback

Callback to execute upon completion.

user_data

Type: gpointer

User data for callback.

The argument can be NULL.
The data is owned by the caller of the function.