diff options
author | Ted Gould <ted@gould.cx> | 2011-02-04 15:23:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-04 15:23:06 -0600 |
commit | dcb2783fd78ab82a8c009f3c435766f313fb848c (patch) | |
tree | 41696d1384503719e4c886d847189076dfb09f76 /src/dbus-shared.h | |
parent | cd61d9f8a6fbb1fb245c8ddc1cc21208305b4b6d (diff) | |
parent | 9c3aeee0b80f691a468812b097fda30332676e20 (diff) | |
download | ayatana-indicator-datetime-dcb2783fd78ab82a8c009f3c435766f313fb848c.tar.gz ayatana-indicator-datetime-dcb2783fd78ab82a8c009f3c435766f313fb848c.tar.bz2 ayatana-indicator-datetime-dcb2783fd78ab82a8c009f3c435766f313fb848c.zip |
* Upstream Merge
* Merging in first EDS branch
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index e6dc241..d13cb32 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -29,3 +29,12 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item" +#define APPOINTMENT_MENUITEM_TYPE "appointment-item" +#define APPOINTMENT_MENUITEM_PROP_LABEL "appointment-label" +#define APPOINTMENT_MENUITEM_PROP_ICON "appointment-icon" +#define APPOINTMENT_MENUITEM_PROP_RIGHT "appointment-time" + +#define TIMEZONE_MENUITEM_TYPE "timezone-item" +#define TIMEZONE_MENUITEM_PROP_LABEL "timezone-label" +#define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio" +#define TIMEZONE_MENUITEM_PROP_RIGHT "timezone-time" |