Method

IdeProjectFilelist_children_async

Declaration

void
ide_project_file_list_children_async (
  IdeProjectFile* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

List the children of self.

Call ide_project_file_list_children_finish() to get the result of this operation.

Parameters

cancellable

Type: GCancellable

A GCancellable or NULL.

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.