DBusMessage.this
- this(GDBusMessage* gDBusMessage)
- this()
- this(string path, string intrface, string signal)
- this(string name, string path, string intrface, string method)
- this(DBusMessage methodCallMessage)
- this(DBusMessage methodCallMessage, string errorName, string errorMessageFormat, void* varArgs)
- this(DBusMessage methodCallMessage, string errorName, string errorMessage)
- this(char[] blob, GDBusCapabilityFlags capabilities)
gio DBusMessage DBusMessage
constructorsfunctionsstatic functionsvariables
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