Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusMessageType |
Enum : | DBusMessageType |
Properties | |
---|---|
guint32 Gio.DBusMessageType.ERROR : 3
|
|
guint32 Gio.DBusMessageType.INVALID : 0
|
|
guint32 Gio.DBusMessageType.METHOD_CALL : 1
|
|
guint32 Gio.DBusMessageType.METHOD_RETURN : 2
|
|
guint32 Gio.DBusMessageType.SIGNAL : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DBusMessage
Method |
get_message_type
()
:
Gio.DBusMessageType
Gets the type of message.
|
Gio.DBusMessage
Method |
set_message_type
(DBusMessageType type)
:
none
Sets message to be of type.
|