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
-
Type:
IdeLocation
An
IdeLocation
.The data is owned by the caller of the method. language_id
-
Type:
const gchar*
A language identifier or
NULL
.The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to execute.
The argument can be NULL
. user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.