diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 10:49:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 10:49:54 -0600 |
commit | 04922240ee1e2c73ec61b46f17cab7653372eefa (patch) | |
tree | 86f389849d1fe991649fa40a0acfa109f38384e7 /src/dbus-shared.h | |
parent | 8aa53e21ffeb4ccbb52efd47f4f8c8a897187c10 (diff) | |
parent | 7614d417822f95aa20dfadc8f06d70012ea916a6 (diff) | |
download | ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.gz ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.bz2 ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.zip |
Adding support for the Title property
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 6144b9b..ce27bd9 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -23,6 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define INDICATOR_APPLICATION_DBUS_ADDR "com.canonical.indicator.application" #define INDICATOR_APPLICATION_DBUS_OBJ "/com/canonical/indicator/application/service" #define INDICATOR_APPLICATION_DBUS_IFACE "com.canonical.indicator.application.service" +#define INDICATOR_APPLICATION_SERVICE_VERSION 2 #define NOTIFICATION_WATCHER_DBUS_ADDR "org.kde.StatusNotifierWatcher" #define NOTIFICATION_WATCHER_DBUS_OBJ "/StatusNotifierWatcher" |