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:
GFileA
GFileto find similar files for.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackCallback to use to complete operation.
The argument can be NULL. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the method.