Method
IdeBufferget_symbol_at_location_async
Declaration
void
ide_buffer_get_symbol_at_location_async (
IdeBuffer* self,
const GtkTextIter* location,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
location
-
Type:
GtkTextIter
A
GtkTextIter
indicating a position to search for a symbol.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
.The argument can be NULL
. user_data
-
Type:
gpointer
A #gpointer to hold user data.
The argument can be NULL
.The data is owned by the caller of the method.