Virtual Method

IdeDebuggermodify_breakpoint_finish

Declaration

gboolean
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

Parameters

result GAsyncResult*
 

A GAsyncResult.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful; otherwise FALSE and error is set.