diff options
author | Ted Gould <ted@gould.cx> | 2011-02-09 13:22:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-09 13:22:15 -0600 |
commit | 620668fcbe9b41609f37021fbd8f43beee7ab7eb (patch) | |
tree | e5a0840d59c958fafccd09c928ff90e3eceb59a3 /src/dbus-shared.h | |
parent | 82d679de373936e24e2aa62be8c317dd2b3f2523 (diff) | |
parent | 4c31081c5a9c854fa5b037c32a9e0100b4243043 (diff) | |
download | ayatana-indicator-datetime-620668fcbe9b41609f37021fbd8f43beee7ab7eb.tar.gz ayatana-indicator-datetime-620668fcbe9b41609f37021fbd8f43beee7ab7eb.tar.bz2 ayatana-indicator-datetime-620668fcbe9b41609f37021fbd8f43beee7ab7eb.zip |
Import upstream version 0.1.93
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" |