Virtual Method
IdeSymbolResolverget_symbol_tree_async
Declaration
void
get_symbol_tree_async (
IdeSymbolResolver* self,
GFile* file,
GBytes* contents,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
file
-
Type:
GFile
A
GFile
.The data is owned by the caller of the function. contents
-
Type:
GBytes
A
GBytes
orNULL
.The argument can be NULL
.The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A callback to execute upon completion.
user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.