aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-08 21:37:50 -0600
committerTed Gould <ted@gould.cx>2011-02-08 21:37:50 -0600
commit0762db0fce151ca766ead41cdeff602e0fdf7cb6 (patch)
tree51c3e28f7f32837e640928713b6f9011d6acb213 /src/dbus-shared.h
parentcc86c810a971fe53dd34e96bb985e3a4a1cb4211 (diff)
parentd59aaf9c31b2db87b517095caff818a9ff50343a (diff)
downloadayatana-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.h9
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"