Method
IdeDebuggermodify_breakpoint_finish
Declaration
gboolean
ide_debugger_modify_breakpoint_finish (
IdeDebugger* self,
GAsyncResult* result,
GError** error
)
Description
Completes an asynchronous request to modify a breakpoint.
Note that this only completes the submission of the request, if you need to
know when the breakpoint has been modified, listen to the
IdeDebugger::breakpoint-modified
signal.
Available since: | 3.32 |