From: Mike Gorse Date: Mon, 28 Jul 2008 22:50:03 +0000 (-0500) Subject: Add SPI_DBUS_INTERFACE_COLLECTION X-Git-Tag: AT_SPI2_ATK_2_12_0~617^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=4b8fce658263e91df0a737c126bbd35ad81c3f94 Add SPI_DBUS_INTERFACE_COLLECTION --- diff --git a/spi-common/spi-dbus.h b/spi-common/spi-dbus.h index 80b6266..3b85ed5 100644 --- a/spi-common/spi-dbus.h +++ b/spi-common/spi-dbus.h @@ -35,6 +35,7 @@ extern int _dbg; #define SPI_DBUS_INTERFACE_ACCESSIBLE "org.freedesktop.atspi.Accessible" #define SPI_DBUS_INTERFACE_ACTION "org.freedesktop.atspi.Action" #define SPI_DBUS_INTERFACE_APPLICATION "org.freedesktop.atspi.Application" +#define SPI_DBUS_INTERFACE_COLLECTION "org.freedesktop.atspi.Collection" #define SPI_DBUS_INTERFACE_COMPONENT "org.freedesktop.atspi.Component" #define SPI_DBUS_INTERFACE_DEC "org.freedesktop.atspi.DeviceEventController" #define SPI_DBUS_INTERFACE_DEVICE_EVENT_LISTENER "org.freedesktop.atspi.DeviceEventListener"