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 |
GtkTextIter |
A |
|
The data is owned by the caller of the function. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
user_data |
gpointer |
A #gpointer to hold user data. |