diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 21:37:50 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 21:37:50 -0600 |
commit | 0762db0fce151ca766ead41cdeff602e0fdf7cb6 (patch) | |
tree | 51c3e28f7f32837e640928713b6f9011d6acb213 /src/dbus-shared.h | |
parent | cc86c810a971fe53dd34e96bb985e3a4a1cb4211 (diff) | |
parent | d59aaf9c31b2db87b517095caff818a9ff50343a (diff) | |
download | ayatana-indicator-datetime-0762db0fce151ca766ead41cdeff602e0fdf7cb6.tar.gz ayatana-indicator-datetime-0762db0fce151ca766ead41cdeff602e0fdf7cb6.tar.bz2 ayatana-indicator-datetime-0762db0fce151ca766ead41cdeff602e0fdf7cb6.zip |
Adding in basic EDS appointment support.
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" |