Method

IdeDebuggerinterpret_finish

Declaration

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

Description

Retrieves the result of the asynchronous operation to interpret a debugger command.

Available since:3.32

Parameters

result GAsyncResult*
 

A GAsyncResult provided to callback.

 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 interpreted, otherwise FALSE and error is set.