Module: Gio::DBusMessageType

Defined in:
(unknown)

Constant Summary collapse

INVALID =

Message is of invalid type.

0 or :invalid
METHOD_CALL =

Method call.

1 or :method_call
METHOD_RETURN =

Method reply.

2 or :method_return
ERROR =

Error reply.

3 or :error
SIGNAL =

Signal emission.

4 or :signal