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:
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.