aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-03 14:38:11 -0600
committerTed Gould <ted@gould.cx>2011-03-03 14:38:11 -0600
commitdc4a5be24185927dbd52c9404bf5974f8b418575 (patch)
treeb53540826e884fec0e4cf97ddb5e086e0a5a634f /src/dbus-shared.h
parente7e3df4f785e467a59308f7b99817cfbaeecab2c (diff)
parente7442e09fecff816aa195e8aaff27192d3c64b6b (diff)
downloadayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.tar.gz
ayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.tar.bz2
ayatana-indicator-datetime-dc4a5be24185927dbd52c9404bf5974f8b418575.zip
Merge for U. Desktop
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index bad8354..fa6de7b 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -27,7 +27,14 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define MENU_OBJ "/com/canonical/indicator/datetime/menu"
-#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item"
+#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-canonical-calendar-item"
+
+// The following properties are not *really* properties, but are just
+// a way of accessing the calendar from the service
+#define CALENDAR_MENUITEM_PROP_MARK "calendar-mark"
+#define CALENDAR_MENUITEM_PROP_UNMARK "calendar-unmark"
+#define CALENDAR_MENUITEM_PROP_CLEAR_MARKS "calendar-clear-marks"
+
#define APPOINTMENT_MENUITEM_TYPE "appointment-item"
#define APPOINTMENT_MENUITEM_PROP_LABEL "appointment-label"
@@ -35,5 +42,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define APPOINTMENT_MENUITEM_PROP_RIGHT "appointment-time"
#define TIMEZONE_MENUITEM_TYPE "timezone-item"
-#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone"
+#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone"
+#define TIMEZONE_MENUITEM_PROP_NAME "timezone-name"
#define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio"