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 string 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. |
|
user_data |
gpointer |
User data for |