Method
IdeDebuggeremit_log
Declaration
void
ide_debugger_emit_log (
IdeDebugger* self,
IdeDebuggerStream stream,
GBytes* content
)
Description
Emits the “log” signal.
Debugger implementations should use this to notify any listeners that incoming log information has been recieved.
Use the IdeDebuggerStream
to denote the particular stream.
Parameters
stream
-
Type:
IdeDebuggerStream
No description available.
content
-
Type:
GBytes
No description available.
The data is owned by the caller of the method.