Virtual Method
IdeDebuggerdisassemble_async
Declaration
void
disassemble_async (
IdeDebugger* self,
const IdeDebuggerAddressRange* range,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
range-
Type:
IdeDebuggerAddressRangeAn
IdeDebuggerAddressRangeto disassemble.The data is owned by the caller of the function. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA callback to call once the operation has finished.
user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the function.