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:
GtkTextIterA
GtkTextIterindicating a position to search for a symbol.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallback.The argument can be NULL. user_data-
Type:
gpointerA #gpointer to hold user data.
The argument can be NULL.The data is owned by the caller of the method.