Method

IdeDebuggerremove_breakpoint_finish

Declaration

gboolean
ide_debugger_remove_breakpoint_finish (
  IdeDebugger* self,
  GAsyncResult* result,
  GError** error
)

Description

Completes a request to asynchronously remove a breakpoint.

See also: ide_debugger_remove_breakpoint_async()

Available since:3.32

Parameters

result GAsyncResult
 

A GAsyncResult or NULL.

 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 the command was submitted successfully; otherwise FALSE and error is set.