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
)
Parameters
file |
GFile* |
A |
|
The data is owned by the caller of the function. | |
contents |
GBytes* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
cancellable |
GCancellable* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to execute upon completion. |
|
user_data |
gpointer |
User data for |