Method

FoundryDebuggerLogMessagedup_message

since: 1.1

Declaration [src]

char*
foundry_debugger_log_message_dup_message (
  FoundryDebuggerLogMessage* self
)

Description [src]

The message string from the debugger instance.

Available since: 1.1

Return value

Type: char*

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.