Method
IdeBuffercode_action_query_async
Declaration
void
ide_buffer_code_action_query_async (
IdeBuffer* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
The callback upon completion. |
|
The argument can be NULL . | |
user_data |
gpointer |
User data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |