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

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libecal/html/libecal.devhelp2

  • 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:
5
5
    <sub name="Evolution-Data-Server Manual: Calendar Client (libecal)" link="ch01.html">
6
6
      <sub name="ECal" link="ECal.html"/>
7
7
      <sub name="ECalComponent" link="ECalComponent.html"/>
8
 
      <sub name="ECalListener" link="ECalListener.html"/>
9
8
      <sub name="ECalView" link="ECalView.html"/>
10
 
      <sub name="ECalViewListener" link="ECalViewListener.html"/>
11
9
      <sub name="e-cal-recur" link="libecal-e-cal-recur.html"/>
12
10
      <sub name="e-cal-time-util" link="libecal-e-cal-time-util.html"/>
13
11
      <sub name="e-cal-types" link="libecal-e-cal-types.html"/>
15
13
      <sub name="e-cal-system-timezone" link="libecal-e-cal-system-timezone.html"/>
16
14
      <sub name="e-cal-check-timezones" link="libecal-e-cal-check-timezones.html"/>
17
15
    </sub>
18
 
    <sub name="Index" link="ix01.html"/>
 
16
    <sub name="Index" link="api-index-full.html"/>
 
17
    <sub name="Index of new symbols in 2.30" link="api-index-2.30.html"/>
 
18
    <sub name="Index of new symbols in 2.28" link="api-index-2.28.html"/>
 
19
    <sub name="Index of new symbols in 2.26" link="api-index-2.26.html"/>
 
20
    <sub name="Index of new symbols in 2.24" link="api-index-2.24.html"/>
 
21
    <sub name="Index of new symbols in 2.22" link="api-index-2.22.html"/>
 
22
    <sub name="Index of new symbols in 1.12" link="api-index-1.12.html"/>
19
23
  </chapters>
20
24
  <functions>
21
25
    <keyword type="struct" name="ECal" link="ECal.html#ECal-struct"/>
37
41
    <keyword type="function" name="e_cal_set_auth_func ()" link="ECal.html#e-cal-set-auth-func"/>
38
42
    <keyword type="function" name="e_cal_open ()" link="ECal.html#e-cal-open"/>
39
43
    <keyword type="function" name="e_cal_open_async ()" link="ECal.html#e-cal-open-async"/>
 
44
    <keyword type="function" name="e_cal_refresh ()" link="ECal.html#e-cal-refresh" since="2.30"/>
40
45
    <keyword type="function" name="e_cal_remove ()" link="ECal.html#e-cal-remove"/>
41
46
    <keyword type="function" name="e_cal_uri_list ()" link="ECal.html#e-cal-uri-list"/>
42
47
    <keyword type="function" name="e_cal_get_source_type ()" link="ECal.html#e-cal-get-source-type"/>
52
57
    <keyword type="function" name="e_cal_get_save_schedules ()" link="ECal.html#e-cal-get-save-schedules"/>
53
58
    <keyword type="function" name="e_cal_get_static_capability ()" link="ECal.html#e-cal-get-static-capability"/>
54
59
    <keyword type="function" name="e_cal_get_organizer_must_accept ()" link="ECal.html#e-cal-get-organizer-must-accept"/>
 
60
    <keyword type="function" name="e_cal_get_refresh_supported ()" link="ECal.html#e-cal-get-refresh-supported" since="2.30"/>
55
61
    <keyword type="function" name="e_cal_set_mode ()" link="ECal.html#e-cal-set-mode"/>
56
62
    <keyword type="function" name="e_cal_get_default_object ()" link="ECal.html#e-cal-get-default-object"/>
57
63
    <keyword type="function" name="e_cal_get_object ()" link="ECal.html#e-cal-get-object"/>
162
168
    <keyword type="function" name="e_cal_component_get_organizer ()" link="ECalComponent.html#e-cal-component-get-organizer"/>
163
169
    <keyword type="function" name="e_cal_component_set_organizer ()" link="ECalComponent.html#e-cal-component-set-organizer"/>
164
170
    <keyword type="function" name="e_cal_component_has_organizer ()" link="ECalComponent.html#e-cal-component-has-organizer"/>
165
 
    <keyword type="function" name="e_cal_component_get_percent_as_int ()" link="ECalComponent.html#e-cal-component-get-percent-as-int"/>
166
 
    <keyword type="function" name="e_cal_component_set_percent_as_int ()" link="ECalComponent.html#e-cal-component-set-percent-as-int"/>
 
171
    <keyword type="function" name="e_cal_component_get_percent_as_int ()" link="ECalComponent.html#e-cal-component-get-percent-as-int" since="2.28"/>
 
172
    <keyword type="function" name="e_cal_component_set_percent_as_int ()" link="ECalComponent.html#e-cal-component-set-percent-as-int" since="2.28"/>
167
173
    <keyword type="function" name="e_cal_component_get_percent ()" link="ECalComponent.html#e-cal-component-get-percent"/>
168
174
    <keyword type="function" name="e_cal_component_set_percent ()" link="ECalComponent.html#e-cal-component-set-percent"/>
169
175
    <keyword type="function" name="e_cal_component_get_priority ()" link="ECalComponent.html#e-cal-component-get-priority"/>
246
252
    <keyword type="function" name="e_cal_component_alarm_set_attendee_list ()" link="ECalComponent.html#e-cal-component-alarm-set-attendee-list"/>
247
253
    <keyword type="function" name="e_cal_component_alarm_has_attendees ()" link="ECalComponent.html#e-cal-component-alarm-has-attendees"/>
248
254
    <keyword type="function" name="e_cal_component_alarm_get_icalcomponent ()" link="ECalComponent.html#e-cal-component-alarm-get-icalcomponent"/>
249
 
    <keyword type="struct" name="ECalListener" link="ECalListener.html#ECalListener-struct"/>
250
 
    <keyword type="function" name="ECalListenerCalSetModeFn ()" link="ECalListener.html#ECalListenerCalSetModeFn"/>
251
 
    <keyword type="function" name="e_cal_listener_construct ()" link="ECalListener.html#e-cal-listener-construct"/>
252
 
    <keyword type="function" name="e_cal_listener_new ()" link="ECalListener.html#e-cal-listener-new"/>
253
 
    <keyword type="function" name="e_cal_listener_stop_notification ()" link="ECalListener.html#e-cal-listener-stop-notification"/>
254
 
    <keyword type="signal" name="The &quot;add-timezone&quot; signal" link="ECalListener.html#ECalListener-add-timezone"/>
255
 
    <keyword type="signal" name="The &quot;alarm-address&quot; signal" link="ECalListener.html#ECalListener-alarm-address"/>
256
 
    <keyword type="signal" name="The &quot;attachment-list&quot; signal" link="ECalListener.html#ECalListener-attachment-list"/>
257
 
    <keyword type="signal" name="The &quot;auth-required&quot; signal" link="ECalListener.html#ECalListener-auth-required"/>
258
 
    <keyword type="signal" name="The &quot;backend-error&quot; signal" link="ECalListener.html#ECalListener-backend-error"/>
259
 
    <keyword type="signal" name="The &quot;cal-address&quot; signal" link="ECalListener.html#ECalListener-cal-address"/>
260
 
    <keyword type="signal" name="The &quot;create-object&quot; signal" link="ECalListener.html#ECalListener-create-object"/>
261
 
    <keyword type="signal" name="The &quot;default-object&quot; signal" link="ECalListener.html#ECalListener-default-object"/>
262
 
    <keyword type="signal" name="The &quot;discard-alarm&quot; signal" link="ECalListener.html#ECalListener-discard-alarm"/>
263
 
    <keyword type="signal" name="The &quot;get-changes&quot; signal" link="ECalListener.html#ECalListener-get-changes"/>
264
 
    <keyword type="signal" name="The &quot;get-free-busy&quot; signal" link="ECalListener.html#ECalListener-get-free-busy"/>
265
 
    <keyword type="signal" name="The &quot;get-timezone&quot; signal" link="ECalListener.html#ECalListener-get-timezone"/>
266
 
    <keyword type="signal" name="The &quot;ldap-attribute&quot; signal" link="ECalListener.html#ECalListener-ldap-attribute"/>
267
 
    <keyword type="signal" name="The &quot;modify-object&quot; signal" link="ECalListener.html#ECalListener-modify-object"/>
268
 
    <keyword type="signal" name="The &quot;object&quot; signal" link="ECalListener.html#ECalListener-object"/>
269
 
    <keyword type="signal" name="The &quot;object-list&quot; signal" link="ECalListener.html#ECalListener-object-list"/>
270
 
    <keyword type="signal" name="The &quot;open&quot; signal" link="ECalListener.html#ECalListener-open"/>
271
 
    <keyword type="signal" name="The &quot;query&quot; signal" link="ECalListener.html#ECalListener-query"/>
272
 
    <keyword type="signal" name="The &quot;read-only&quot; signal" link="ECalListener.html#ECalListener-read-only"/>
273
 
    <keyword type="signal" name="The &quot;receive-objects&quot; signal" link="ECalListener.html#ECalListener-receive-objects"/>
274
 
    <keyword type="signal" name="The &quot;remove&quot; signal" link="ECalListener.html#ECalListener-remove"/>
275
 
    <keyword type="signal" name="The &quot;remove-object&quot; signal" link="ECalListener.html#ECalListener-remove-object"/>
276
 
    <keyword type="signal" name="The &quot;send-objects&quot; signal" link="ECalListener.html#ECalListener-send-objects"/>
277
 
    <keyword type="signal" name="The &quot;set-default-timezone&quot; signal" link="ECalListener.html#ECalListener-set-default-timezone"/>
278
 
    <keyword type="signal" name="The &quot;static-capabilities&quot; signal" link="ECalListener.html#ECalListener-static-capabilities"/>
279
255
    <keyword type="struct" name="ECalView" link="ECalView.html#ECalView-struct"/>
280
 
    <keyword type="function" name="e_cal_view_get_client ()" link="ECalView.html#e-cal-view-get-client"/>
281
 
    <keyword type="function" name="e_cal_view_start ()" link="ECalView.html#e-cal-view-start"/>
 
256
    <keyword type="function" name="e_cal_view_get_client ()" link="ECalView.html#e-cal-view-get-client" since="2.22"/>
 
257
    <keyword type="function" name="e_cal_view_start ()" link="ECalView.html#e-cal-view-start" since="2.22"/>
282
258
    <keyword type="property" name="The &quot;client&quot; property" link="ECalView.html#ECalView--client"/>
283
 
    <keyword type="property" name="The &quot;listener&quot; property" link="ECalView.html#ECalView--listener"/>
284
259
    <keyword type="property" name="The &quot;view&quot; property" link="ECalView.html#ECalView--view"/>
 
260
    <keyword type="property" name="The &quot;view-lock&quot; property" link="ECalView.html#ECalView--view-lock"/>
285
261
    <keyword type="signal" name="The &quot;objects-added&quot; signal" link="ECalView.html#ECalView-objects-added"/>
286
262
    <keyword type="signal" name="The &quot;objects-modified&quot; signal" link="ECalView.html#ECalView-objects-modified"/>
287
263
    <keyword type="signal" name="The &quot;objects-removed&quot; signal" link="ECalView.html#ECalView-objects-removed"/>
288
264
    <keyword type="signal" name="The &quot;view-done&quot; signal" link="ECalView.html#ECalView-view-done"/>
289
265
    <keyword type="signal" name="The &quot;view-progress&quot; signal" link="ECalView.html#ECalView-view-progress"/>
290
 
    <keyword type="struct" name="ECalViewListener" link="ECalViewListener.html#ECalViewListener-struct"/>
291
 
    <keyword type="function" name="e_cal_view_listener_new ()" link="ECalViewListener.html#e-cal-view-listener-new"/>
292
 
    <keyword type="signal" name="The &quot;objects-added&quot; signal" link="ECalViewListener.html#ECalViewListener-objects-added"/>
293
 
    <keyword type="signal" name="The &quot;objects-modified&quot; signal" link="ECalViewListener.html#ECalViewListener-objects-modified"/>
294
 
    <keyword type="signal" name="The &quot;objects-removed&quot; signal" link="ECalViewListener.html#ECalViewListener-objects-removed"/>
295
 
    <keyword type="signal" name="The &quot;view-done&quot; signal" link="ECalViewListener.html#ECalViewListener-view-done"/>
296
 
    <keyword type="signal" name="The &quot;view-progress&quot; signal" link="ECalViewListener.html#ECalViewListener-view-progress"/>
297
266
    <keyword type="function" name="ECalRecurInstanceFn ()" link="libecal-e-cal-recur.html#ECalRecurInstanceFn"/>
298
267
    <keyword type="function" name="ECalRecurResolveTimezoneFn ()" link="libecal-e-cal-recur.html#ECalRecurResolveTimezoneFn"/>
299
268
    <keyword type="function" name="e_cal_recur_generate_instances ()" link="libecal-e-cal-recur.html#e-cal-recur-generate-instances"/>
319
288
    <keyword type="function" name="time_day_begin_with_zone ()" link="libecal-e-cal-time-util.html#time-day-begin-with-zone"/>
320
289
    <keyword type="function" name="time_day_end_with_zone ()" link="libecal-e-cal-time-util.html#time-day-end-with-zone"/>
321
290
    <keyword type="function" name="time_to_gdate_with_zone ()" link="libecal-e-cal-time-util.html#time-to-gdate-with-zone"/>
322
 
    <keyword type="function" name="icaltimetype_to_tm ()" link="libecal-e-cal-time-util.html#icaltimetype-to-tm"/>
323
 
    <keyword type="function" name="icaltimetype_to_tm_with_zone ()" link="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone"/>
324
 
    <keyword type="function" name="tm_to_icaltimetype ()" link="libecal-e-cal-time-util.html#tm-to-icaltimetype"/>
 
291
    <keyword type="function" name="icaltimetype_to_tm ()" link="libecal-e-cal-time-util.html#icaltimetype-to-tm" since="2.22"/>
 
292
    <keyword type="function" name="icaltimetype_to_tm_with_zone ()" link="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone" since="2.22"/>
 
293
    <keyword type="function" name="tm_to_icaltimetype ()" link="libecal-e-cal-time-util.html#tm-to-icaltimetype" since="2.22"/>
325
294
    <keyword type="macro" name="E_CALENDAR_ERROR" link="libecal-e-cal-types.html#E-CALENDAR-ERROR:CAPS"/>
326
295
    <keyword type="function" name="e_calendar_error_quark ()" link="libecal-e-cal-types.html#e-calendar-error-quark"/>
327
296
    <keyword type="enum" name="enum ECalChangeType" link="libecal-e-cal-types.html#ECalChangeType"/>
362
331
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_ORGANIZER_MUST_ATTEND" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-ORGANIZER-MUST-ATTEND:CAPS"/>
363
332
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_ORGANIZER_NOT_EMAIL_ADDRESS" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-ORGANIZER-NOT-EMAIL-ADDRESS:CAPS"/>
364
333
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_REMOVE_ALARMS" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-REMOVE-ALARMS:CAPS"/>
365
 
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_CREATE_MESSAGES" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-CREATE-MESSAGES:CAPS"/>
 
334
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_CREATE_MESSAGES" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-CREATE-MESSAGES:CAPS" since="2.26"/>
366
335
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_SAVE_SCHEDULES" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-SAVE-SCHEDULES:CAPS"/>
367
336
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-NO-CONV-TO-ASSIGN-TASK:CAPS"/>
368
337
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-NO-CONV-TO-RECUR:CAPS"/>
374
343
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_NO_ORGANIZER" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-NO-ORGANIZER:CAPS"/>
375
344
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_DELEGATE_TO_MANY" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-DELEGATE-TO-MANY:CAPS"/>
376
345
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-HAS-UNACCEPTED-MEETING:CAPS"/>
 
346
    <keyword type="macro" name="CAL_STATIC_CAPABILITY_REFRESH_SUPPORTED" link="libecal-e-cal-util.html#CAL-STATIC-CAPABILITY-REFRESH-SUPPORTED:CAPS" since="2.30"/>
377
347
    <keyword type="function" name="e_cal_util_construct_instance ()" link="libecal-e-cal-util.html#e-cal-util-construct-instance"/>
378
348
    <keyword type="function" name="e_cal_util_remove_instances ()" link="libecal-e-cal-util.html#e-cal-util-remove-instances"/>
379
 
    <keyword type="function" name="e_cal_util_get_system_timezone_location ()" link="libecal-e-cal-util.html#e-cal-util-get-system-timezone-location"/>
380
 
    <keyword type="function" name="e_cal_util_get_system_timezone ()" link="libecal-e-cal-util.html#e-cal-util-get-system-timezone"/>
381
 
    <keyword type="function" name="e_cal_system_timezone_get_location ()" link="libecal-e-cal-system-timezone.html#e-cal-system-timezone-get-location"/>
382
 
    <keyword type="function" name="e_cal_check_timezones ()" link="libecal-e-cal-check-timezones.html#e-cal-check-timezones"/>
383
 
    <keyword type="function" name="e_cal_tzlookup_ecal ()" link="libecal-e-cal-check-timezones.html#e-cal-tzlookup-ecal"/>
384
 
    <keyword type="function" name="e_cal_tzlookup_icomp ()" link="libecal-e-cal-check-timezones.html#e-cal-tzlookup-icomp"/>
385
 
    <keyword type="function" name="e_cal_match_tzid ()" link="libecal-e-cal-check-timezones.html#e-cal-match-tzid"/>
 
349
    <keyword type="function" name="e_cal_util_get_system_timezone_location ()" link="libecal-e-cal-util.html#e-cal-util-get-system-timezone-location" since="2.28"/>
 
350
    <keyword type="function" name="e_cal_util_get_system_timezone ()" link="libecal-e-cal-util.html#e-cal-util-get-system-timezone" since="2.28"/>
 
351
    <keyword type="function" name="e_cal_system_timezone_get_location ()" link="libecal-e-cal-system-timezone.html#e-cal-system-timezone-get-location" since="2.28"/>
 
352
    <keyword type="function" name="e_cal_check_timezones ()" link="libecal-e-cal-check-timezones.html#e-cal-check-timezones" since="2.24"/>
 
353
    <keyword type="function" name="e_cal_tzlookup_ecal ()" link="libecal-e-cal-check-timezones.html#e-cal-tzlookup-ecal" since="2.24"/>
 
354
    <keyword type="function" name="e_cal_tzlookup_icomp ()" link="libecal-e-cal-check-timezones.html#e-cal-tzlookup-icomp" since="2.24"/>
 
355
    <keyword type="function" name="e_cal_match_tzid ()" link="libecal-e-cal-check-timezones.html#e-cal-match-tzid" since="2.24"/>
386
356
  </functions>
387
357
</book>