dbus: Handle the cases when a non-existing interface is detected in an incoming message.

This commit is contained in:
Tanu Kaskinen 2009-12-03 15:28:36 +02:00 committed by Colin Guthrie
parent 4c793cfc76
commit 7b1b68ce2c
2 changed files with 9 additions and 0 deletions

View file

@ -35,6 +35,7 @@
#define PA_DBUS_CORE_INTERFACE "org.PulseAudio.Core1"
#define PA_DBUS_CORE_OBJECT_PATH "/org/pulseaudio/core1"
#define PA_DBUS_ERROR_NO_SUCH_INTERFACE PA_DBUS_CORE_INTERFACE ".NoSuchInterfaceError"
#define PA_DBUS_ERROR_NO_SUCH_PROPERTY PA_DBUS_CORE_INTERFACE ".NoSuchPropertyError"
#define PA_DBUS_ERROR_NOT_FOUND PA_DBUS_CORE_INTERFACE ".NotFoundError"