Method
IdeSymbolResolverget_symbol_tree_async
Declaration
void
ide_symbol_resolver_get_symbol_tree_async (
IdeSymbolResolver* self,
GFile* file,
GBytes* contents,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Asynchronously fetch an up to date symbol tree for file
.
This method completes asynchronously. Use ide_symbol_resolver_get_symbol_tree_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
file
-
Type:
GFile
A
GFile
.The data is owned by the caller of the method. contents
-
Type:
GBytes
A
GBytes
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A 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.