diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-18 09:46:44 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-18 09:46:44 -0600 |
| commit | 18e23b393832c3c1b9147be8443f0d92773d8065 (patch) | |
| tree | 5e3fa53bddc01260449f9522212d110bde77fc7e /src/dbus-shared-names.h | |
| parent | 414afb961106144fa9339550e8654c59c1e734a0 (diff) | |
| parent | e07cdb88407dc186d7cdb236e410b6ae9c4fc3f8 (diff) | |
| download | ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.tar.gz ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.tar.bz2 ayatana-indicator-session-18e23b393832c3c1b9147be8443f0d92773d8065.zip | |
* Upstream release 0.2.3
* Switch menu ordering to match design spec
* Change switch menu item to "Switch from..."
* Move from Devkit-Power to upower
* Adding in user logged in icon and menu item
Diffstat (limited to 'src/dbus-shared-names.h')
| -rw-r--r-- | src/dbus-shared-names.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h index 1fd256f..253cba8 100644 --- a/src/dbus-shared-names.h +++ b/src/dbus-shared-names.h @@ -38,4 +38,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define INDICATOR_SESSION_DBUS_OBJECT "/org/ayatana/indicator/session/menu" #define INDICATOR_SESSION_DBUS_VERSION 0 +#define USER_ITEM_TYPE "x-canonical-user-item" +#define USER_ITEM_PROP_NAME "user-item-name" +#define USER_ITEM_PROP_LOGGED_IN "user-item-logged-in" + #endif /* __DBUS_SHARED_NAMES_H__ */ |
