Method
IdeDebuggerlist_params_async
Declaration
void
ide_debugger_list_params_async (
IdeDebugger* self,
IdeDebuggerThread* thread,
IdeDebuggerFrame* frame,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
thread-
Type:
IdeDebuggerThreadAn
IdeDebuggerThread.The data is owned by the caller of the method. frame-
Type:
IdeDebuggerFrameAn
IdeDebuggerFrame.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback to call once the operation has finished.
The argument can be NULL. user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.