~mterry/indicator-datetime/update-after-resume

« back to all changes in this revision

Viewing changes to src/dbus-shared.h

  • Committer: Ted Gould
  • Date: 2011-03-30 21:55:14 UTC
  • mfrom: (49.3.52 resetdate)
  • Revision ID: ted@gould.cx-20110330215514-0ml7ap46mzwcbgob
Fix marking and clean up event handling in the indicator and service

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
// The following properties are not *really* properties, but are just
33
33
// a way of accessing the calendar from the service
34
 
#define CALENDAR_MENUITEM_PROP_MARK        "calendar-mark"
35
 
#define CALENDAR_MENUITEM_PROP_UNMARK      "calendar-unmark"
36
 
#define CALENDAR_MENUITEM_PROP_CLEAR_MARKS "calendar-clear-marks"
 
34
#define CALENDAR_MENUITEM_PROP_MARKS       "calendar-marks"
37
35
#define CALENDAR_MENUITEM_PROP_SET_DATE    "calendar-set-date"
38
36
 
39
37