~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/libedataserver.devhelp2

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      <sub name="ESourceOffline" link="ESourceOffline.html"/>
31
31
      <sub name="ESourceOpenPGP" link="ESourceOpenPGP.html"/>
32
32
      <sub name="ESourceRefresh" link="ESourceRefresh.html"/>
 
33
      <sub name="ESourceResource" link="ESourceResource.html"/>
33
34
      <sub name="ESourceSecurity" link="ESourceSecurity.html"/>
34
35
      <sub name="ESourceSMIME" link="ESourceSMIME.html"/>
35
36
      <sub name="ESourceTaskList" link="ESourceTaskList.html"/>
75
76
  <functions>
76
77
    <keyword type="struct" name="struct ESource" link="ESource.html#ESource-struct"/>
77
78
    <keyword type="function" name="e_source_new ()" link="ESource.html#e-source-new" since="3.6"/>
 
79
    <keyword type="function" name="e_source_new_with_uid ()" link="ESource.html#e-source-new-with-uid" since="3.6"/>
78
80
    <keyword type="function" name="e_source_hash ()" link="ESource.html#e-source-hash" since="3.6"/>
79
81
    <keyword type="function" name="e_source_equal ()" link="ESource.html#e-source-equal" since="3.6"/>
80
82
    <keyword type="function" name="e_source_changed ()" link="ESource.html#e-source-changed" since="3.6"/>
87
89
    <keyword type="function" name="e_source_set_enabled ()" link="ESource.html#e-source-set-enabled" since="3.6"/>
88
90
    <keyword type="function" name="e_source_get_writable ()" link="ESource.html#e-source-get-writable" since="3.6"/>
89
91
    <keyword type="function" name="e_source_get_removable ()" link="ESource.html#e-source-get-removable" since="3.6"/>
 
92
    <keyword type="function" name="e_source_get_remote_creatable ()" link="ESource.html#e-source-get-remote-creatable" since="3.6"/>
 
93
    <keyword type="function" name="e_source_get_remote_deletable ()" link="ESource.html#e-source-get-remote-deletable" since="3.6"/>
90
94
    <keyword type="function" name="e_source_get_extension ()" link="ESource.html#e-source-get-extension" since="3.6"/>
91
95
    <keyword type="function" name="e_source_has_extension ()" link="ESource.html#e-source-has-extension" since="3.6"/>
92
96
    <keyword type="function" name="e_source_ref_dbus_object ()" link="ESource.html#e-source-ref-dbus-object" since="3.6"/>
103
107
    <keyword type="function" name="e_source_write_sync ()" link="ESource.html#e-source-write-sync" since="3.6"/>
104
108
    <keyword type="function" name="e_source_write ()" link="ESource.html#e-source-write" since="3.6"/>
105
109
    <keyword type="function" name="e_source_write_finish ()" link="ESource.html#e-source-write-finish" since="3.6"/>
 
110
    <keyword type="function" name="e_source_remote_create_sync ()" link="ESource.html#e-source-remote-create-sync" since="3.6"/>
 
111
    <keyword type="function" name="e_source_remote_create ()" link="ESource.html#e-source-remote-create" since="3.6"/>
 
112
    <keyword type="function" name="e_source_remote_create_finish ()" link="ESource.html#e-source-remote-create-finish" since="3.6"/>
 
113
    <keyword type="function" name="e_source_remote_delete_sync ()" link="ESource.html#e-source-remote-delete-sync" since="3.6"/>
 
114
    <keyword type="function" name="e_source_remote_delete ()" link="ESource.html#e-source-remote-delete" since="3.6"/>
 
115
    <keyword type="function" name="e_source_remote_delete_finish ()" link="ESource.html#e-source-remote-delete-finish" since="3.6"/>
106
116
    <keyword type="property" name="The &quot;dbus-object&quot; property" link="ESource.html#ESource--dbus-object"/>
107
117
    <keyword type="property" name="The &quot;display-name&quot; property" link="ESource.html#ESource--display-name"/>
108
118
    <keyword type="property" name="The &quot;enabled&quot; property" link="ESource.html#ESource--enabled"/>
109
119
    <keyword type="property" name="The &quot;main-context&quot; property" link="ESource.html#ESource--main-context"/>
110
120
    <keyword type="property" name="The &quot;parent&quot; property" link="ESource.html#ESource--parent"/>
 
121
    <keyword type="property" name="The &quot;remote-creatable&quot; property" link="ESource.html#ESource--remote-creatable"/>
 
122
    <keyword type="property" name="The &quot;remote-deletable&quot; property" link="ESource.html#ESource--remote-deletable"/>
111
123
    <keyword type="property" name="The &quot;removable&quot; property" link="ESource.html#ESource--removable"/>
112
124
    <keyword type="property" name="The &quot;uid&quot; property" link="ESource.html#ESource--uid"/>
113
125
    <keyword type="property" name="The &quot;writable&quot; property" link="ESource.html#ESource--writable"/>
162
174
    <keyword type="signal" name="The &quot;source-enabled&quot; signal" link="ESourceRegistry.html#ESourceRegistry-source-enabled"/>
163
175
    <keyword type="signal" name="The &quot;source-removed&quot; signal" link="ESourceRegistry.html#ESourceRegistry-source-removed"/>
164
176
    <keyword type="struct" name="ESourceAuthenticator" link="ESourceAuthenticator.html#ESourceAuthenticator-struct"/>
165
 
    <keyword type="struct" name="struct ESourceAuthenticatorInterface" link="ESourceAuthenticator.html#ESourceAuthenticatorInterface"/>
 
177
    <keyword type="struct" name="struct ESourceAuthenticatorInterface" link="ESourceAuthenticator.html#ESourceAuthenticatorInterface" since="3.6"/>
166
178
    <keyword type="enum" name="enum ESourceAuthenticationResult" link="ESourceAuthenticator.html#ESourceAuthenticationResult" since="3.6"/>
167
179
    <keyword type="function" name="e_source_authenticator_get_prompt_strings ()" link="ESourceAuthenticator.html#e-source-authenticator-get-prompt-strings" since="3.6"/>
168
180
    <keyword type="function" name="e_source_authenticator_try_password_sync ()" link="ESourceAuthenticator.html#e-source-authenticator-try-password-sync" since="3.6"/>
170
182
    <keyword type="function" name="e_source_authenticator_try_password_finish ()" link="ESourceAuthenticator.html#e-source-authenticator-try-password-finish" since="3.6"/>
171
183
    <keyword type="struct" name="struct ESourceExtension" link="ESourceExtension.html#ESourceExtension-struct"/>
172
184
    <keyword type="macro" name="E_SOURCE_PARAM_SETTING" link="ESourceExtension.html#E-SOURCE-PARAM-SETTING:CAPS" since="3.6"/>
173
 
    <keyword type="function" name="e_source_extension_get_source ()" link="ESourceExtension.html#e-source-extension-get-source"/>
 
185
    <keyword type="function" name="e_source_extension_get_source ()" link="ESourceExtension.html#e-source-extension-get-source" since="3.6"/>
174
186
    <keyword type="property" name="The &quot;source&quot; property" link="ESourceExtension.html#ESourceExtension--source"/>
175
187
    <keyword type="struct" name="struct ESourceBackend" link="ESourceBackend.html#ESourceBackend-struct"/>
176
188
    <keyword type="function" name="e_source_backend_get_backend_name ()" link="ESourceBackend.html#e-source-backend-get-backend-name" since="3.6"/>
361
373
    <keyword type="function" name="e_source_refresh_set_enabled ()" link="ESourceRefresh.html#e-source-refresh-set-enabled" since="3.6"/>
362
374
    <keyword type="function" name="e_source_refresh_get_interval_minutes ()" link="ESourceRefresh.html#e-source-refresh-get-interval-minutes" since="3.6"/>
363
375
    <keyword type="function" name="e_source_refresh_set_interval_minutes ()" link="ESourceRefresh.html#e-source-refresh-set-interval-minutes" since="3.6"/>
364
 
    <keyword type="function" name="ESourceRefreshFunc ()" link="ESourceRefresh.html#ESourceRefreshFunc"/>
 
376
    <keyword type="function" name="ESourceRefreshFunc ()" link="ESourceRefresh.html#ESourceRefreshFunc" since="3.6"/>
365
377
    <keyword type="function" name="e_source_refresh_add_timeout ()" link="ESourceRefresh.html#e-source-refresh-add-timeout" since="3.6"/>
366
378
    <keyword type="function" name="e_source_refresh_force_timeout ()" link="ESourceRefresh.html#e-source-refresh-force-timeout" since="3.6"/>
367
379
    <keyword type="function" name="e_source_refresh_remove_timeout ()" link="ESourceRefresh.html#e-source-refresh-remove-timeout" since="3.6"/>
368
380
    <keyword type="function" name="e_source_refresh_remove_timeouts_by_data ()" link="ESourceRefresh.html#e-source-refresh-remove-timeouts-by-data" since="3.6"/>
369
381
    <keyword type="property" name="The &quot;enabled&quot; property" link="ESourceRefresh.html#ESourceRefresh--enabled"/>
370
382
    <keyword type="property" name="The &quot;interval-minutes&quot; property" link="ESourceRefresh.html#ESourceRefresh--interval-minutes"/>
 
383
    <keyword type="struct" name="struct ESourceResource" link="ESourceResource.html#ESourceResource-struct"/>
 
384
    <keyword type="macro" name="E_SOURCE_EXTENSION_RESOURCE" link="ESourceResource.html#E-SOURCE-EXTENSION-RESOURCE:CAPS" since="3.6"/>
 
385
    <keyword type="function" name="e_source_resource_get_identity ()" link="ESourceResource.html#e-source-resource-get-identity" since="3.6"/>
 
386
    <keyword type="function" name="e_source_resource_dup_identity ()" link="ESourceResource.html#e-source-resource-dup-identity" since="3.6"/>
 
387
    <keyword type="function" name="e_source_resource_set_identity ()" link="ESourceResource.html#e-source-resource-set-identity" since="3.6"/>
 
388
    <keyword type="property" name="The &quot;identity&quot; property" link="ESourceResource.html#ESourceResource--identity"/>
371
389
    <keyword type="struct" name="struct ESourceSecurity" link="ESourceSecurity.html#ESourceSecurity-struct"/>
372
390
    <keyword type="macro" name="E_SOURCE_EXTENSION_SECURITY" link="ESourceSecurity.html#E-SOURCE-EXTENSION-SECURITY:CAPS" since="3.6"/>
373
391
    <keyword type="function" name="e_source_security_get_method ()" link="ESourceSecurity.html#e-source-security-get-method" since="3.6"/>
417
435
    <keyword type="function" name="e_source_webdav_get_resource_path ()" link="ESourceWebdav.html#e-source-webdav-get-resource-path" since="3.6"/>
418
436
    <keyword type="function" name="e_source_webdav_dup_resource_path ()" link="ESourceWebdav.html#e-source-webdav-dup-resource-path" since="3.6"/>
419
437
    <keyword type="function" name="e_source_webdav_set_resource_path ()" link="ESourceWebdav.html#e-source-webdav-set-resource-path" since="3.6"/>
 
438
    <keyword type="function" name="e_source_webdav_get_resource_query ()" link="ESourceWebdav.html#e-source-webdav-get-resource-query" since="3.6"/>
 
439
    <keyword type="function" name="e_source_webdav_dup_resource_query ()" link="ESourceWebdav.html#e-source-webdav-dup-resource-query" since="3.6"/>
 
440
    <keyword type="function" name="e_source_webdav_set_resource_query ()" link="ESourceWebdav.html#e-source-webdav-set-resource-query" since="3.6"/>
420
441
    <keyword type="function" name="e_source_webdav_dup_soup_uri ()" link="ESourceWebdav.html#e-source-webdav-dup-soup-uri" since="3.6"/>
421
442
    <keyword type="function" name="e_source_webdav_set_soup_uri ()" link="ESourceWebdav.html#e-source-webdav-set-soup-uri" since="3.6"/>
422
443
    <keyword type="function" name="e_source_webdav_get_avoid_ifmatch ()" link="ESourceWebdav.html#e-source-webdav-get-avoid-ifmatch" since="3.6"/>
427
448
    <keyword type="property" name="The &quot;email-address&quot; property" link="ESourceWebdav.html#ESourceWebdav--email-address"/>
428
449
    <keyword type="property" name="The &quot;ignore-invalid-cert&quot; property" link="ESourceWebdav.html#ESourceWebdav--ignore-invalid-cert"/>
429
450
    <keyword type="property" name="The &quot;resource-path&quot; property" link="ESourceWebdav.html#ESourceWebdav--resource-path"/>
 
451
    <keyword type="property" name="The &quot;resource-query&quot; property" link="ESourceWebdav.html#ESourceWebdav--resource-query"/>
430
452
    <keyword type="property" name="The &quot;soup-uri&quot; property" link="ESourceWebdav.html#ESourceWebdav--soup-uri"/>
431
453
    <keyword type="function" name="e_categories_get_list ()" link="libedataserver-e-categories.html#e-categories-get-list"/>
432
454
    <keyword type="function" name="e_categories_add ()" link="libedataserver-e-categories.html#e-categories-add"/>
467
489
    <keyword type="function" name="e_client_open ()" link="EClient.html#e-client-open" since="3.2"/>
468
490
    <keyword type="function" name="e_client_open_finish ()" link="EClient.html#e-client-open-finish" since="3.2"/>
469
491
    <keyword type="function" name="e_client_open_sync ()" link="EClient.html#e-client-open-sync" since="3.2"/>
470
 
    <keyword type="function" name="e_client_remove ()" link="EClient.html#e-client-remove" since="3.2"/>
471
 
    <keyword type="function" name="e_client_remove_finish ()" link="EClient.html#e-client-remove-finish" since="3.2"/>
472
 
    <keyword type="function" name="e_client_remove_sync ()" link="EClient.html#e-client-remove-sync" since="3.2"/>
473
492
    <keyword type="function" name="e_client_refresh ()" link="EClient.html#e-client-refresh" since="3.2"/>
474
493
    <keyword type="function" name="e_client_refresh_finish ()" link="EClient.html#e-client-refresh-finish" since="3.2"/>
475
494
    <keyword type="function" name="e_client_refresh_sync ()" link="EClient.html#e-client-refresh-sync" since="3.2"/>
485
504
    <keyword type="function" name="e_client_util_parse_comma_strings ()" link="EClient.html#e-client-util-parse-comma-strings" since="3.2"/>
486
505
    <keyword type="struct" name="struct EClientErrorsList" link="EClient.html#EClientErrorsList" since="3.2"/>
487
506
    <keyword type="function" name="e_client_util_unwrap_dbus_error ()" link="EClient.html#e-client-util-unwrap-dbus-error" since="3.2"/>
 
507
    <keyword type="function" name="e_client_remove ()" link="EClient.html#e-client-remove" deprecated="3.6: Use e_source_remove() instead." since="3.2"/>
 
508
    <keyword type="function" name="e_client_remove_finish ()" link="EClient.html#e-client-remove-finish" deprecated="3.6: Use e_source_remove_finish() instead." since="3.2"/>
 
509
    <keyword type="function" name="e_client_remove_sync ()" link="EClient.html#e-client-remove-sync" deprecated="3.6: Use e_source_remove_sync() instead." since="3.2"/>
488
510
    <keyword type="property" name="The &quot;capabilities&quot; property" link="EClient.html#EClient--capabilities"/>
489
511
    <keyword type="property" name="The &quot;online&quot; property" link="EClient.html#EClient--online"/>
490
512
    <keyword type="property" name="The &quot;opened&quot; property" link="EClient.html#EClient--opened"/>
588
610
    <keyword type="function" name="e_util_utf8_strcasecmp ()" link="libedataserver-e-util.html#e-util-utf8-strcasecmp"/>
589
611
    <keyword type="function" name="e_util_utf8_remove_accents ()" link="libedataserver-e-util.html#e-util-utf8-remove-accents" since="2.28"/>
590
612
    <keyword type="function" name="e_util_utf8_make_valid ()" link="libedataserver-e-util.html#e-util-utf8-make-valid" since="3.0"/>
 
613
    <keyword type="function" name="e_util_utf8_data_make_valid ()" link="libedataserver-e-util.html#e-util-utf8-data-make-valid" since="3.6"/>
591
614
    <keyword type="function" name="e_util_ensure_gdbus_string ()" link="libedataserver-e-util.html#e-util-ensure-gdbus-string" since="3.0"/>
592
615
    <keyword type="function" name="e_util_gthread_id ()" link="libedataserver-e-util.html#e-util-gthread-id" since="2.32"/>
593
616
    <keyword type="function" name="e_filename_make_safe ()" link="libedataserver-e-util.html#e-filename-make-safe"/>
617
640
    <keyword type="function" name="e_util_replace_prefix ()" link="libedataserver-e-util.html#e-util-replace-prefix"/>
618
641
    <keyword type="function" name="e_data_server_util_get_dbus_call_timeout ()" link="libedataserver-e-util.html#e-data-server-util-get-dbus-call-timeout" since="3.0"/>
619
642
    <keyword type="function" name="e_data_server_util_set_dbus_call_timeout ()" link="libedataserver-e-util.html#e-data-server-util-set-dbus-call-timeout" since="3.0"/>
620
 
    <keyword type="macro" name="e_pointer_tracker_track()" link="libedataserver-e-util.html#e-pointer-tracker-track" since="3.2"/>
621
 
    <keyword type="function" name="e_pointer_tracker_track_with_info ()" link="libedataserver-e-util.html#e-pointer-tracker-track-with-info" since="3.2"/>
622
 
    <keyword type="function" name="e_pointer_tracker_untrack ()" link="libedataserver-e-util.html#e-pointer-tracker-untrack" since="3.2"/>
623
 
    <keyword type="function" name="e_pointer_tracker_dump ()" link="libedataserver-e-util.html#e-pointer-tracker-dump" since="3.2"/>
624
643
    <keyword type="enum" name="enum EXmlHashType" link="libedataserver-e-xml-hash-utils.html#EXmlHashType"/>
625
644
    <keyword type="function" name="e_xml_to_hash ()" link="libedataserver-e-xml-hash-utils.html#e-xml-to-hash"/>
626
645
    <keyword type="function" name="e_xml_from_hash ()" link="libedataserver-e-xml-hash-utils.html#e-xml-from-hash"/>