Method

IdeSimilarFileLocatorlist_async

Declaration

void
ide_similar_file_locator_list_async (
  IdeSimilarFileLocator* self,
  GFile* file,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

Asynchronously requests locating similar files.

A similar file may be found such as those with similar file suffixes or perhaps a designer file associated with a source file.

Parameters

file

Type: GFile

A GFile to find similar files for.

The data is owned by the caller of the method.
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 use to complete operation.

The argument can be NULL.
user_data

Type: gpointer

Closure data for callback.

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