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

« back to all changes in this revision

Viewing changes to docs/reference/libebackend/html/libebackend.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:
43
43
    <keyword type="function" name="e_backend_get_online ()" link="EBackend.html#e-backend-get-online" since="3.4"/>
44
44
    <keyword type="function" name="e_backend_set_online ()" link="EBackend.html#e-backend-set-online" since="3.4"/>
45
45
    <keyword type="function" name="e_backend_get_source ()" link="EBackend.html#e-backend-get-source" since="3.4"/>
 
46
    <keyword type="function" name="e_backend_authenticate_sync ()" link="EBackend.html#e-backend-authenticate-sync" since="3.6"/>
 
47
    <keyword type="function" name="e_backend_authenticate ()" link="EBackend.html#e-backend-authenticate" since="3.6"/>
 
48
    <keyword type="function" name="e_backend_authenticate_finish ()" link="EBackend.html#e-backend-authenticate-finish" since="3.6"/>
46
49
    <keyword type="property" name="The &quot;online&quot; property" link="EBackend.html#EBackend--online"/>
47
50
    <keyword type="property" name="The &quot;source&quot; property" link="EBackend.html#EBackend--source"/>
48
51
    <keyword type="struct" name="struct EBackendFactory" link="EBackendFactory.html#EBackendFactory-struct"/>
126
129
    <keyword type="function" name="e_collection_backend_new_child ()" link="ECollectionBackend.html#e-collection-backend-new-child" since="3.6"/>
127
130
    <keyword type="function" name="e_collection_backend_ref_server ()" link="ECollectionBackend.html#e-collection-backend-ref-server" since="3.6"/>
128
131
    <keyword type="function" name="e_collection_backend_get_cache_dir ()" link="ECollectionBackend.html#e-collection-backend-get-cache-dir" since="3.6"/>
 
132
    <keyword type="function" name="e_collection_backend_dup_resource_id ()" link="ECollectionBackend.html#e-collection-backend-dup-resource-id" since="3.6"/>
 
133
    <keyword type="function" name="e_collection_backend_claim_all_resources ()" link="ECollectionBackend.html#e-collection-backend-claim-all-resources" since="3.6"/>
129
134
    <keyword type="function" name="e_collection_backend_list_calendar_sources ()" link="ECollectionBackend.html#e-collection-backend-list-calendar-sources" since="3.6"/>
130
135
    <keyword type="function" name="e_collection_backend_list_contacts_sources ()" link="ECollectionBackend.html#e-collection-backend-list-contacts-sources" since="3.6"/>
131
136
    <keyword type="function" name="e_collection_backend_list_mail_sources ()" link="ECollectionBackend.html#e-collection-backend-list-mail-sources" since="3.6"/>
 
137
    <keyword type="function" name="e_collection_backend_create_resource_sync ()" link="ECollectionBackend.html#e-collection-backend-create-resource-sync" since="3.6"/>
 
138
    <keyword type="function" name="e_collection_backend_create_resource ()" link="ECollectionBackend.html#e-collection-backend-create-resource" since="3.6"/>
 
139
    <keyword type="function" name="e_collection_backend_create_resource_finish ()" link="ECollectionBackend.html#e-collection-backend-create-resource-finish" since="3.6"/>
 
140
    <keyword type="function" name="e_collection_backend_delete_resource_sync ()" link="ECollectionBackend.html#e-collection-backend-delete-resource-sync" since="3.6"/>
 
141
    <keyword type="function" name="e_collection_backend_delete_resource ()" link="ECollectionBackend.html#e-collection-backend-delete-resource" since="3.6"/>
 
142
    <keyword type="function" name="e_collection_backend_delete_resource_finish ()" link="ECollectionBackend.html#e-collection-backend-delete-resource-finish" since="3.6"/>
132
143
    <keyword type="property" name="The &quot;server&quot; property" link="ECollectionBackend.html#ECollectionBackend--server"/>
133
144
    <keyword type="signal" name="The &quot;child-added&quot; signal" link="ECollectionBackend.html#ECollectionBackend-child-added"/>
134
145
    <keyword type="signal" name="The &quot;child-removed&quot; signal" link="ECollectionBackend.html#ECollectionBackend-child-removed"/>
151
162
    <keyword type="function" name="e_server_side_source_set_write_directory ()" link="EServerSideSource.html#e-server-side-source-set-write-directory" since="3.6"/>
152
163
    <keyword type="function" name="e_server_side_source_set_removable ()" link="EServerSideSource.html#e-server-side-source-set-removable" since="3.6"/>
153
164
    <keyword type="function" name="e_server_side_source_set_writable ()" link="EServerSideSource.html#e-server-side-source-set-writable" since="3.6"/>
 
165
    <keyword type="function" name="e_server_side_source_set_remote_creatable ()" link="EServerSideSource.html#e-server-side-source-set-remote-creatable" since="3.6"/>
 
166
    <keyword type="function" name="e_server_side_source_set_remote_deletable ()" link="EServerSideSource.html#e-server-side-source-set-remote-deletable" since="3.6"/>
154
167
    <keyword type="property" name="The &quot;allow-auth-prompt&quot; property" link="EServerSideSource.html#EServerSideSource--allow-auth-prompt"/>
155
168
    <keyword type="property" name="The &quot;exported&quot; property" link="EServerSideSource.html#EServerSideSource--exported"/>
156
169
    <keyword type="property" name="The &quot;file&quot; property" link="EServerSideSource.html#EServerSideSource--file"/>
 
170
    <keyword type="property" name="The &quot;remote-creatable&quot; property" link="EServerSideSource.html#EServerSideSource--remote-creatable"/>
 
171
    <keyword type="property" name="The &quot;remote-deletable&quot; property" link="EServerSideSource.html#EServerSideSource--remote-deletable"/>
157
172
    <keyword type="property" name="The &quot;removable&quot; property" link="EServerSideSource.html#EServerSideSource--removable"/>
158
173
    <keyword type="property" name="The &quot;server&quot; property" link="EServerSideSource.html#EServerSideSource--server"/>
159
 
    <keyword type="property" name="The &quot;uid&quot; property" link="EServerSideSource.html#EServerSideSource--uid"/>
160
174
    <keyword type="property" name="The &quot;writable&quot; property" link="EServerSideSource.html#EServerSideSource--writable"/>
161
175
    <keyword type="property" name="The &quot;write-directory&quot; property" link="EServerSideSource.html#EServerSideSource--write-directory"/>
162
176
    <keyword type="macro" name="E_SOURCE_REGISTRY_SERVER_OBJECT_PATH" link="ESourceRegistryServer.html#E-SOURCE-REGISTRY-SERVER-OBJECT-PATH:CAPS" since="3.6"/>
164
178
    <keyword type="function" name="e_source_registry_server_new ()" link="ESourceRegistryServer.html#e-source-registry-server-new" since="3.6"/>
165
179
    <keyword type="function" name="e_source_registry_server_add_source ()" link="ESourceRegistryServer.html#e-source-registry-server-add-source" since="3.6"/>
166
180
    <keyword type="function" name="e_source_registry_server_remove_source ()" link="ESourceRegistryServer.html#e-source-registry-server-remove-source" since="3.6"/>
167
 
    <keyword type="function" name="e_source_registry_server_queue_auth_session ()" link="ESourceRegistryServer.html#e-source-registry-server-queue-auth-session" since="3.6"/>
168
181
    <keyword type="function" name="e_source_registry_server_load_all ()" link="ESourceRegistryServer.html#e-source-registry-server-load-all" since="3.6"/>
169
182
    <keyword type="enum" name="enum ESourcePermissionFlags" link="ESourceRegistryServer.html#ESourcePermissionFlags" since="3.6"/>
170
183
    <keyword type="function" name="e_source_registry_server_load_directory ()" link="ESourceRegistryServer.html#e-source-registry-server-load-directory" since="3.6"/>
172
185
    <keyword type="function" name="e_source_registry_server_load_error ()" link="ESourceRegistryServer.html#e-source-registry-server-load-error" since="3.6"/>
173
186
    <keyword type="function" name="e_source_registry_server_ref_source ()" link="ESourceRegistryServer.html#e-source-registry-server-ref-source" since="3.6"/>
174
187
    <keyword type="function" name="e_source_registry_server_list_sources ()" link="ESourceRegistryServer.html#e-source-registry-server-list-sources" since="3.6"/>
 
188
    <keyword type="function" name="e_source_registry_server_ref_backend ()" link="ESourceRegistryServer.html#e-source-registry-server-ref-backend" since="3.6"/>
175
189
    <keyword type="function" name="e_source_registry_server_ref_backend_factory ()" link="ESourceRegistryServer.html#e-source-registry-server-ref-backend-factory" since="3.6"/>
 
190
    <keyword type="function" name="e_source_registry_server_authenticate_sync ()" link="ESourceRegistryServer.html#e-source-registry-server-authenticate-sync" since="3.6"/>
 
191
    <keyword type="function" name="e_source_registry_server_authenticate ()" link="ESourceRegistryServer.html#e-source-registry-server-authenticate" since="3.6"/>
 
192
    <keyword type="function" name="e_source_registry_server_authenticate_finish ()" link="ESourceRegistryServer.html#e-source-registry-server-authenticate-finish" since="3.6"/>
176
193
    <keyword type="signal" name="The &quot;files-loaded&quot; signal" link="ESourceRegistryServer.html#ESourceRegistryServer-files-loaded"/>
177
194
    <keyword type="signal" name="The &quot;load-error&quot; signal" link="ESourceRegistryServer.html#ESourceRegistryServer-load-error"/>
178
195
    <keyword type="signal" name="The &quot;source-added&quot; signal" link="ESourceRegistryServer.html#ESourceRegistryServer-source-added"/>