Virtual Method
IdeSymbolResolverfind_references_async
Declaration
void
find_references_async (
IdeSymbolResolver* self,
IdeLocation* location,
const gchar* language_id,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
location-
Type:
IdeLocationAn
IdeLocation.The data is owned by the caller of the function. language_id-
Type:
const gchar*A language identifier or
NULL.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-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA callback to execute.
user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the function.