Method
IdeDebuggerlist_breakpoints_async
Declaration
void
ide_debugger_list_breakpoints_async (
IdeDebugger* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Asynchronously requests the list of current breakpoints from the debugger.
IdeDebugger implementations must implement the virtual function
for this method.
This method completes asynchronously. Use ide_debugger_list_breakpoints_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
cancellable-
Type:
GCancellableA
GCancellable, orNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback to call upon completion.
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.