diff options
Diffstat (limited to 'dbus/dbus-shared.h')
| -rw-r--r-- | dbus/dbus-shared.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/dbus-shared.h b/dbus/dbus-shared.h index a1f49a02..a8519c13 100644 --- a/dbus/dbus-shared.h +++ b/dbus/dbus-shared.h @@ -77,6 +77,11 @@ typedef enum  #define DBUS_REQUEST_NAME_REPLY_EXISTS         3  #define DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER  4 +/* Replies to releasing a name */ +#define DBUS_RELEASE_NAME_REPLY_RELEASED        1 +#define DBUS_RELEASE_NAME_REPLY_NON_EXISTENT    2 +#define DBUS_RELEASE_NAME_REPLY_NOT_OWNER       3 +  /* Replies to service starts */  #define DBUS_START_REPLY_SUCCESS         1  #define DBUS_START_REPLY_ALREADY_RUNNING 2  | 
