Signal
IdeDebugger::log
Declaration
void
log (
IdeDebugger* self,
IdeDebuggerStream stream,
GBytes* content,
gpointer user_data
)
Description
The “log” signal is emitted when there is new content to be appended to one of the streams.
Default handler: The default handler is called after the handlers added via |
Parameters
stream
-
Type:
IdeDebuggerStream
The stream to append to.
content
-
Type:
GBytes
The contents for the stream.
The data is owned by the caller of the function.