DBusMessage.print

Produces a human-readable multi-line description of message. The contents of the description has no ABI guarantees, the contents and formatting is subject to change at any time. Typical output Since 2.26

class DBusMessage
string
print
(
uint indent
)

Parameters

indent uint

Indentation level.

Return Value

Type: string

A string that should be freed with g_free().

Meta