diff options
author | Ted Gould <ted@gould.cx> | 2010-07-12 09:28:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-12 09:28:16 -0500 |
commit | e273b812e0ee52f84e2284d2560e63437cbc1a67 (patch) | |
tree | 1eb460bc2d5bbb769af264b1bbd826a69a722f68 /src/dbus-shared.h | |
parent | 4e2c23b9b99d2014747a051d949b0c2a2d9595db (diff) | |
parent | 7ef183418aaee73864e44d93b32e80962fdea07a (diff) | |
download | libayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.gz libayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.bz2 libayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.zip |
* Merge upstream
* Adding an Approver API to remove things from the AppIndicators.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index f158b1c..1d8d89c 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -31,3 +31,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define NOTIFICATION_ITEM_DBUS_IFACE "org.kde.StatusNotifierItem" #define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem" +#define NOTIFICATION_APPROVER_DBUS_IFACE "org.ayatana.StatusNotifierApprover" + |