Method

IdeApplicationinstall_schemes_async

Declaration

void
ide_application_install_schemes_async (
  IdeApplication* self,
  GFile** files,
  guint n_files,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

No description available.

Parameters

files

Type: GFile

No description available.

The data is owned by the caller of the method.
n_files

Type: guint

No description available.

cancellable

Type: GCancellable

No description available.

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

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
user_data

Type: gpointer

No description available.

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