diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 22:22:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 22:22:37 -0600 |
commit | abb5cdb9c30ccd362ef39d927009a994dc4c2803 (patch) | |
tree | 4120e68669e71ff828376d38803fa59b1ea6362f /src/dbus-shared.h | |
parent | a2e3af0af0cb242500c84ff76df39b97e255d283 (diff) | |
parent | 8899ada093975b480bab52098be03490d3ae1b58 (diff) | |
download | ayatana-indicator-datetime-abb5cdb9c30ccd362ef39d927009a994dc4c2803.tar.gz ayatana-indicator-datetime-abb5cdb9c30ccd362ef39d927009a994dc4c2803.tar.bz2 ayatana-indicator-datetime-abb5cdb9c30ccd362ef39d927009a994dc4c2803.zip |
* Upstream Merge
* Merging in first EDS branch
* debian/rules: Adding in autoreconf
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" |