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-
Type:
GFileA
GFile.The data is owned by the caller of the method. contents-
Type:
GBytesA
GBytesorNULL.The argument can be NULL.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:
GAsyncReadyCallbackA callback 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.