diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-09 12:13:44 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-09 12:13:44 -0500 |
commit | c7df3f691e9dd028eae7a044caed06806cb3b05b (patch) | |
tree | 863b5ebbd3afe51ca18416a96e7214f6154bc3c0 /src/dbus-shared.h | |
parent | ab79902d9ea172709358b761bc4675da2f4bd6d3 (diff) | |
parent | d0e0e20ee786e3d109306fdf31856cc5f5da925e (diff) | |
download | ayatana-indicator-datetime-c7df3f691e9dd028eae7a044caed06806cb3b05b.tar.gz ayatana-indicator-datetime-c7df3f691e9dd028eae7a044caed06806cb3b05b.tar.bz2 ayatana-indicator-datetime-c7df3f691e9dd028eae7a044caed06806cb3b05b.zip |
* New upstream snapshot
* debian/control
- New build deps for eds integration, libecal1.2-dev, libical-dev,
libgtk2.0-dev, libcairo2-dev, libedataserver1.2-dev
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" |