DBusMessage.this

Creates a new GDBusMessage from the data stored at blob. The byte order that the message was in can be retrieved using g_dbus_message_get_byte_order(). Since 2.26

Parameters

blob char[]

A blob represent a binary D-Bus message. [array length=blob_len][element-type guint8]

capabilities GDBusCapabilityFlags

A GDBusCapabilityFlags describing what protocol features are supported.

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta