~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to calendar/libecal/e-cal-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
#define CAL_STATIC_CAPABILITY_ORGANIZER_MUST_ATTEND       "organizer-must-attend"
116
116
#define CAL_STATIC_CAPABILITY_ORGANIZER_NOT_EMAIL_ADDRESS "organizer-not-email-address"
117
117
#define CAL_STATIC_CAPABILITY_REMOVE_ALARMS               "remove-alarms"
 
118
 
 
119
/**
 
120
 * CAL_STATIC_CAPABILITY_CREATE_MESSAGES:
 
121
 *
 
122
 * Since: 2.26
 
123
 **/
118
124
#define CAL_STATIC_CAPABILITY_CREATE_MESSAGES             "create-messages"
 
125
 
119
126
#define CAL_STATIC_CAPABILITY_SAVE_SCHEDULES              "save-schedules"
120
127
#define CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK      "no-conv-to-assign-task"
121
128
#define CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR            "no-conv-to-recur"
128
135
#define CAL_STATIC_CAPABILITY_DELEGATE_TO_MANY           "delegate-to-many"
129
136
#define CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING     "has-unaccepted-meeting"
130
137
 
 
138
/**
 
139
 * CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED:
 
140
 *
 
141
 * Since: 2.30
 
142
 **/
 
143
#define CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED         "refresh-supported"
 
144
 
131
145
/* Recurrent events. Management for instances */
132
146
icalcomponent *e_cal_util_construct_instance (icalcomponent *icalcomp,
133
147
                                            struct icaltimetype rid);