Method
IdeSymbolResolverfind_references_async
Declaration
void
ide_symbol_resolver_find_references_async (
IdeSymbolResolver* self,
IdeLocation* location,
const gchar* language_id,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
location |
IdeLocation |
An |
|
The data is owned by the caller of the function. | |
language_id |
const gchar* |
A language identifier or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to execute. |
|
The argument can be NULL . | |
user_data |
gpointer |
User data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |