mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-25 18:30:31 +01:00
Add a constant for the number of message types
This commit is contained in:
parent
622e66944c
commit
a6a21bf335
1 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,8 @@ extern "C" {
|
|||
/** Message type of a signal message, see dbus_message_get_type() */
|
||||
#define DBUS_MESSAGE_TYPE_SIGNAL 4
|
||||
|
||||
#define DBUS_NUM_MESSAGE_TYPES 5
|
||||
|
||||
/* Header flags */
|
||||
|
||||
/** If set, this flag means that the sender of a message does not care about getting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue