From 4b8fce658263e91df0a737c126bbd35ad81c3f94 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 28 Jul 2008 17:50:03 -0500 Subject: [PATCH] Add SPI_DBUS_INTERFACE_COLLECTION --- spi-common/spi-dbus.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.7.4