r3148 - in /experimental/evolution-data-server/debian: ./ patches/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed May 3 02:13:55 UTC 2017


Author: jbicha-guest
Date: Wed May  3 02:13:55 2017
New Revision: 3148

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3148
Log:
New upstream release

  - Switch from autotools to cmake
* Add new packages:
  - evolution-data-server-tests
  - gir1.2-camel-1.2
  - gir1.2-edataserverui-1.2
  - libedbus-private0
* Rename libcamel-1.2-59 -> libcamel-1.2-60
* Rename libebook-1.2-16 -> libebook-1.2-19
* Drop 01-noinst-libedbus-private.patch and the extra e_dbus_* symbols
  from the libraries. Have the libraries just depend on libedbus-private0.

Added:
    experimental/evolution-data-server/debian/evolution-data-server-tests.install
    experimental/evolution-data-server/debian/gir1.2-camel-1.2.install
    experimental/evolution-data-server/debian/gir1.2-edataserverui-1.2.install
    experimental/evolution-data-server/debian/libcamel-1.2-60.install
      - copied unchanged from r3147, experimental/evolution-data-server/debian/libcamel-1.2-59.install
    experimental/evolution-data-server/debian/libcamel-1.2-60.symbols
      - copied, changed from r3147, experimental/evolution-data-server/debian/libcamel-1.2-59.symbols
    experimental/evolution-data-server/debian/libebook-1.2-19.install
      - copied unchanged from r3147, experimental/evolution-data-server/debian/libebook-1.2-16.install
    experimental/evolution-data-server/debian/libebook-1.2-19.symbols
      - copied, changed from r3147, experimental/evolution-data-server/debian/libebook-1.2-16.symbols
    experimental/evolution-data-server/debian/libedbus-private0.install
Removed:
    experimental/evolution-data-server/debian/libcamel-1.2-59.install
    experimental/evolution-data-server/debian/libcamel-1.2-59.symbols
    experimental/evolution-data-server/debian/libebook-1.2-16.install
    experimental/evolution-data-server/debian/libebook-1.2-16.symbols
    experimental/evolution-data-server/debian/patches/01-noinst-libedbus-private.patch
Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/control
    experimental/evolution-data-server/debian/libebackend-1.2-10.symbols
    experimental/evolution-data-server/debian/libebook-contacts-1.2-2.symbols
    experimental/evolution-data-server/debian/libecal-1.2-19.symbols
    experimental/evolution-data-server/debian/libedata-book-1.2-25.symbols
    experimental/evolution-data-server/debian/libedata-cal-1.2-28.symbols
    experimental/evolution-data-server/debian/libedataserver-1.2-22.symbols
    experimental/evolution-data-server/debian/libedataserverui1.2-dev.install
    experimental/evolution-data-server/debian/patches/series
    experimental/evolution-data-server/debian/rules

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Wed May  3 02:13:55 2017
@@ -1,3 +1,19 @@
+evolution-data-server (3.24.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release (LP: #1685683)
+    - Switch from autotools to cmake
+  * Add new packages:
+    - evolution-data-server-tests
+    - gir1.2-camel-1.2
+    - gir1.2-edataserverui-1.2
+    - libedbus-private0
+  * Rename libcamel-1.2-59 -> libcamel-1.2-60
+  * Rename libebook-1.2-16 -> libebook-1.2-19
+  * Drop 01-noinst-libedbus-private.patch and the extra e_dbus_* symbols
+    from the libraries. Have the libraries just depend on libedbus-private0.
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 02 May 2017 21:34:17 -0400
+
 evolution-data-server (3.22.7-1) unstable; urgency=medium
 
   * New upstream release.

Modified: experimental/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/control?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/control	(original)
+++ experimental/evolution-data-server/debian/control	Wed May  3 02:13:55 2017
@@ -12,7 +12,8 @@
 Homepage: https://wiki.gnome.org/Apps/Evolution
 Vcs-Svn: svn://anonscm.debian.org/pkg-evolution/unstable/evolution-data-server
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-evolution/unstable/evolution-data-server
-Build-Depends: debhelper (>= 10),
+Build-Depends: cmake,
+               debhelper (>= 10),
                dpkg-dev (>= 1.17.14),
                libtool,
                intltool (>= 0.35.5),
@@ -54,7 +55,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          evolution-data-server-common (= ${source:Version}),
-         libcamel-1.2-59 (= ${binary:Version}),
+         libcamel-1.2-60 (= ${binary:Version}),
          gnome-keyring,
 Suggests: evolution
 Description: evolution database backend server
@@ -71,6 +72,17 @@
  .
  This package contains the architecture independent files needed
  by the evolution-data-server package.
+
+Package: evolution-data-server-tests
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Description: Installed tests for the evolution database backend server
+ The data server, called "Evolution Data Server" is responsible for managing
+ mail, calendar, addressbook, tasks and memo information.
+ .
+ This package contains test programs, designed to be run as part of a
+ regression testsuite.
 
 Package: evolution-data-server-dev
 Section: devel
@@ -94,6 +106,19 @@
  This package contains the API documentation for all the individual
  Evolution Data Server libraries.
 
+Package: libedbus-private0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+Description: Private D-Bus library for evolution data servers
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package is a private D-Bus library for evolution-data-server.
+
 Package: libedataserver-1.2-22
 Section: libs
 Architecture: any
@@ -101,7 +126,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         evolution-data-server-common (>= ${gnome:Version})
+         evolution-data-server-common (>= ${gnome:Version}),
+         libedbus-private0 (= ${binary:Version})
 Description: Utility library for evolution data servers
  The data server, called "Evolution Data Server" is responsible for managing
  calendar and addressbook information.
@@ -149,7 +175,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         evolution-data-server-common (>= ${gnome:Version})
+         evolution-data-server-common (>= ${gnome:Version}),
+         libedbus-private0 (= ${binary:Version})
 Description: Utility library for evolution data servers
  The data server, called "Evolution Data Server" is responsible for managing
  calendar and addressbook information.
@@ -161,6 +188,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: libedataserverui-1.2-1 (= ${binary:Version}),
+         gir1.2-edataserverui-1.2 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
          libedata-book1.2-dev,
@@ -177,13 +205,29 @@
  .
  This package contains development files for libedataserverui.
 
-Package: libcamel-1.2-59
-Section: libs
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Package: gir1.2-edataserverui-1.2
+Section: introspection
+Architecture: any
+Multi-Arch: same
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
          ${misc:Depends}
+Description: GObject introspection for the EDataServerUI library
+ The data server, called "Evolution Data Server" is responsible for managing
+ calendar and addressbook information.
+ .
+ This package contains introspection data for the libedataserverui
+ library. It can be used by packages using the GIRepository format to
+ generate dynamic bindings.
+
+Package: libcamel-1.2-60
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Evolution MIME message handling library
  Camel is a generic messaging library. It supports the standard
  messaging system for receiving and sending messages. It is the
@@ -196,7 +240,8 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libcamel-1.2-59 (= ${binary:Version}),
+Depends: libcamel-1.2-60 (= ${binary:Version}),
+         gir1.2-camel-1.2 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
          libglib2.0-dev (>= 2.40),
@@ -213,13 +258,33 @@
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
 
-Package: libebook-1.2-16
-Section: libs
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
+Package: gir1.2-camel-1.2
+Section: introspection
+Architecture: any
+Multi-Arch: same
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
          ${misc:Depends}
+Description: GObject introspection for the Camel library
+ Camel is a generic messaging library. It supports the standard
+ messaging system for receiving and sending messages. It is the
+ messaging backend for Evolution.
+ .
+ Evolution is the integrated mail, calendar, task and address book
+ distributed suite from Novell, Inc.
+ .
+ This package contains introspection data for the libcamel
+ library. It can be used by packages using the GIRepository format to
+ generate dynamic bindings.
+
+Package: libebook-1.2-19
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Client library for evolution address books
  This package is a client library for evolution addressbooks.
  .
@@ -230,7 +295,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libebook-1.2-16 (= ${binary:Version}),
+Depends: libebook-1.2-19 (= ${binary:Version}),
          gir1.2-ebook-1.2 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
@@ -267,7 +332,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Backend library for evolution address books
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
@@ -311,7 +377,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Client library for evolution contacts books
  This package is a client library for evolution addressbooks.
  .
@@ -340,7 +407,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Client library for evolution calendars
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
@@ -369,7 +437,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Backend library for evolution calendars
  Evolution is the integrated mail, calendar, task and address book
  distributed suite from Novell, Inc.
@@ -399,7 +468,8 @@
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libedbus-private0 (= ${binary:Version})
 Description: Utility library for evolution data servers
  This package is a utility library for evolution-data-servers providing
  backend functions to access data.

Added: experimental/evolution-data-server/debian/evolution-data-server-tests.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/evolution-data-server-tests.install?rev=3148&op=file
==============================================================================
--- experimental/evolution-data-server/debian/evolution-data-server-tests.install	(added)
+++ experimental/evolution-data-server/debian/evolution-data-server-tests.install	Wed May  3 02:13:55 2017
@@ -0,0 +1,3 @@
+usr/lib/*/libetestserverutils.so*
+usr/lib/evolution/evolution-data-server/installed-tests
+usr/share/installed-tests

Added: experimental/evolution-data-server/debian/gir1.2-camel-1.2.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/gir1.2-camel-1.2.install?rev=3148&op=file
==============================================================================
--- experimental/evolution-data-server/debian/gir1.2-camel-1.2.install	(added)
+++ experimental/evolution-data-server/debian/gir1.2-camel-1.2.install	Wed May  3 02:13:55 2017
@@ -0,0 +1 @@
+usr/lib/*/girepository-1.0/Camel-1.2.typelib

Added: experimental/evolution-data-server/debian/gir1.2-edataserverui-1.2.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/gir1.2-edataserverui-1.2.install?rev=3148&op=file
==============================================================================
--- experimental/evolution-data-server/debian/gir1.2-edataserverui-1.2.install	(added)
+++ experimental/evolution-data-server/debian/gir1.2-edataserverui-1.2.install	Wed May  3 02:13:55 2017
@@ -0,0 +1 @@
+usr/lib/*/girepository-1.0/EDataServerUI-1.2.typelib

Copied: experimental/evolution-data-server/debian/libcamel-1.2-60.symbols (from r3147, experimental/evolution-data-server/debian/libcamel-1.2-59.symbols)
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libcamel-1.2-60.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libcamel-1.2-59.symbols	(original)
+++ experimental/evolution-data-server/debian/libcamel-1.2-60.symbols	Wed May  3 02:13:55 2017
@@ -1,7 +1,5 @@
-libcamel-1.2.so.59 libcamel-1.2-59 #MINVER#
+libcamel-1.2.so.60 libcamel-1.2-60 #MINVER#
 * Build-Depends-Package: libcamel1.2-dev
- bdata_extract_digit at Base 3.19.92
- bdata_extract_string at Base 3.19.92
  camel_address_cat at Base 3.19.92
  camel_address_copy at Base 3.19.92
  camel_address_decode at Base 3.19.92
@@ -27,10 +25,14 @@
  camel_block_file_detach_block at Base 3.19.92
  camel_block_file_free_block at Base 3.19.92
  camel_block_file_get_block at Base 3.19.92
+ camel_block_file_get_cache_limit at Base 3.24.1
+ camel_block_file_get_root at Base 3.24.1
+ camel_block_file_get_root_block at Base 3.24.1
  camel_block_file_get_type at Base 3.19.92
  camel_block_file_new at Base 3.19.92
  camel_block_file_new_block at Base 3.19.92
  camel_block_file_rename at Base 3.19.92
+ camel_block_file_set_cache_limit at Base 3.24.1
  camel_block_file_sync at Base 3.19.92
  camel_block_file_sync_block at Base 3.19.92
  camel_block_file_touch_block at Base 3.19.92
@@ -95,12 +97,12 @@
  camel_cipher_validity_set_certinfo_property at Base 3.21.90
  camel_cipher_validity_set_description at Base 3.19.92
  camel_cipher_validity_set_valid at Base 3.19.92
+ camel_compare_type_get_type at Base 3.24.1
  camel_content_disposition_decode at Base 3.19.92
  camel_content_disposition_format at Base 3.19.92
  camel_content_disposition_get_type at Base 3.19.92
  camel_content_disposition_ref at Base 3.19.92
  camel_content_disposition_unref at Base 3.19.92
- camel_content_info_dump at Base 3.19.92
  camel_content_transfer_encoding_decode at Base 3.19.92
  camel_content_type_decode at Base 3.19.92
  camel_content_type_dump at Base 3.19.92
@@ -116,6 +118,7 @@
  camel_data_cache_add at Base 3.19.92
  camel_data_cache_clear at Base 3.19.92
  camel_data_cache_get at Base 3.19.92
+ camel_data_cache_get_expire_enabled at Base 3.24.1
  camel_data_cache_get_filename at Base 3.19.92
  camel_data_cache_get_path at Base 3.19.92
  camel_data_cache_get_type at Base 3.19.92
@@ -123,7 +126,10 @@
  camel_data_cache_remove at Base 3.19.92
  camel_data_cache_set_expire_access at Base 3.19.92
  camel_data_cache_set_expire_age at Base 3.19.92
+ camel_data_cache_set_expire_enabled at Base 3.24.1
  camel_data_cache_set_path at Base 3.19.92
+ camel_data_wrapper_calculate_decoded_size_sync at Base 3.24.1
+ camel_data_wrapper_calculate_size_sync at Base 3.24.1
  camel_data_wrapper_construct_from_input_stream at Base 3.19.92
  camel_data_wrapper_construct_from_input_stream_finish at Base 3.19.92
  camel_data_wrapper_construct_from_input_stream_sync at Base 3.19.92
@@ -137,13 +143,17 @@
  camel_data_wrapper_decode_to_stream_finish at Base 3.19.92
  camel_data_wrapper_decode_to_stream_sync at Base 3.19.92
  camel_data_wrapper_get_byte_array at Base 3.19.92
+ camel_data_wrapper_get_encoding at Base 3.24.1
  camel_data_wrapper_get_mime_type at Base 3.19.92
  camel_data_wrapper_get_mime_type_field at Base 3.19.92
  camel_data_wrapper_get_type at Base 3.19.92
  camel_data_wrapper_is_offline at Base 3.19.92
  camel_data_wrapper_new at Base 3.19.92
+ camel_data_wrapper_set_encoding at Base 3.24.1
  camel_data_wrapper_set_mime_type at Base 3.19.92
  camel_data_wrapper_set_mime_type_field at Base 3.19.92
+ camel_data_wrapper_set_offline at Base 3.24.1
+ camel_data_wrapper_take_mime_type_field at Base 3.24.1
  camel_data_wrapper_write_to_output_stream at Base 3.19.92
  camel_data_wrapper_write_to_output_stream_finish at Base 3.19.92
  camel_data_wrapper_write_to_output_stream_sync at Base 3.19.92
@@ -155,8 +165,6 @@
  camel_db_begin_transaction at Base 3.19.92
  camel_db_camel_mir_free at Base 3.19.92
  camel_db_clear_folder_summary at Base 3.19.92
- camel_db_clone at Base 3.19.92
- camel_db_close at Base 3.19.92
  camel_db_command at Base 3.19.92
  camel_db_count_deleted_message_info at Base 3.19.92
  camel_db_count_junk_message_info at Base 3.19.92
@@ -175,16 +183,18 @@
  camel_db_free_sqlized_string at Base 3.19.92
  camel_db_get_column_ident at Base 3.19.92
  camel_db_get_column_name at Base 3.19.92
+ camel_db_get_filename at Base 3.24.1
  camel_db_get_folder_deleted_uids at Base 3.19.92
  camel_db_get_folder_junk_uids at Base 3.19.92
- camel_db_get_folder_preview at Base 3.19.92
  camel_db_get_folder_uids at Base 3.19.92
+ camel_db_get_type at Base 3.24.1
  camel_db_maybe_run_maintenance at Base 3.19.92
- camel_db_open at Base 3.19.92
+ camel_db_new at Base 3.24.1
  camel_db_prepare_message_info_table at Base 3.19.92
  camel_db_read_folder_info_record at Base 3.19.92
  camel_db_read_message_info_record_with_uid at Base 3.19.92
  camel_db_read_message_info_records at Base 3.19.92
+ camel_db_release_cache_memory at Base 3.24.1
  camel_db_rename_folder at Base 3.19.92
  camel_db_reset_folder_version at Base 3.19.92
  camel_db_select at Base 3.19.92
@@ -193,9 +203,7 @@
  camel_db_start_in_memory_transactions at Base 3.19.92
  camel_db_transaction_command at Base 3.19.92
  camel_db_write_folder_info_record at Base 3.19.92
- camel_db_write_fresh_message_info_record at Base 3.19.92
  camel_db_write_message_info_record at Base 3.19.92
- camel_db_write_preview_record at Base 3.19.92
  camel_debug at Base 3.19.92
  camel_debug_end at Base 3.19.92
  camel_debug_get_backtrace at Base 3.19.92
@@ -229,6 +237,7 @@
  camel_filter_driver_filter_message at Base 3.19.92
  camel_filter_driver_flush at Base 3.19.92
  camel_filter_driver_get_type at Base 3.19.92
+ camel_filter_driver_log_info at Base 3.24.1
  camel_filter_driver_new at Base 3.19.92
  camel_filter_driver_remove_rule_by_name at Base 3.19.92
  camel_filter_driver_set_default_folder at Base 3.19.92
@@ -245,11 +254,7 @@
  camel_filter_output_stream_get_type at Base 3.19.92
  camel_filter_output_stream_new at Base 3.19.92
  camel_filter_search_match at Base 3.19.92
- camel_flag_get at Base 3.19.92
- camel_flag_list_copy at Base 3.19.92
- camel_flag_list_free at Base 3.19.92
- camel_flag_list_size at Base 3.19.92
- camel_flag_set at Base 3.19.92
+ camel_filter_search_match_with_log at Base 3.24.1
  camel_folder_append_message at Base 3.19.92
  camel_folder_append_message_finish at Base 3.19.92
  camel_folder_append_message_sync at Base 3.19.92
@@ -263,7 +268,13 @@
  camel_folder_change_info_change_uid at Base 3.19.92
  camel_folder_change_info_changed at Base 3.19.92
  camel_folder_change_info_clear at Base 3.19.92
+ camel_folder_change_info_copy at Base 3.24.1
  camel_folder_change_info_free at Base 3.19.92
+ camel_folder_change_info_get_added_uids at Base 3.24.1
+ camel_folder_change_info_get_changed_uids at Base 3.24.1
+ camel_folder_change_info_get_recent_uids at Base 3.24.1
+ camel_folder_change_info_get_removed_uids at Base 3.24.1
+ camel_folder_change_info_get_type at Base 3.24.1
  camel_folder_change_info_new at Base 3.19.92
  camel_folder_change_info_recent_uid at Base 3.19.92
  camel_folder_change_info_remove_uid at Base 3.19.92
@@ -280,7 +291,6 @@
  camel_folder_expunge_sync at Base 3.19.92
  camel_folder_flags_get_type at Base 3.19.92
  camel_folder_free_deep at Base 3.19.92
- camel_folder_free_nop at Base 3.19.92
  camel_folder_free_shallow at Base 3.19.92
  camel_folder_free_summary at Base 3.19.92
  camel_folder_free_uids at Base 3.19.92
@@ -289,6 +299,8 @@
  camel_folder_get_description at Base 3.19.92
  camel_folder_get_display_name at Base 3.19.92
  camel_folder_get_filename at Base 3.19.92
+ camel_folder_get_flags at Base 3.24.1
+ camel_folder_get_folder_summary at Base 3.24.1
  camel_folder_get_frozen_count at Base 3.19.92
  camel_folder_get_full_name at Base 3.19.92
  camel_folder_get_message at Base 3.19.92
@@ -333,21 +345,28 @@
  camel_folder_rename at Base 3.19.92
  camel_folder_search_by_expression at Base 3.19.92
  camel_folder_search_by_uids at Base 3.19.92
- camel_folder_search_construct at Base 3.19.92
  camel_folder_search_count at Base 3.19.92
  camel_folder_search_free at Base 3.19.92
  camel_folder_search_free_result at Base 3.19.92
+ camel_folder_search_get_current_message_info at Base 3.24.1
+ camel_folder_search_get_current_summary at Base 3.24.1
+ camel_folder_search_get_folder at Base 3.24.1
  camel_folder_search_get_only_cached_messages at Base 3.22.5
+ camel_folder_search_get_summary at Base 3.24.1
+ camel_folder_search_get_summary_empty at Base 3.24.1
  camel_folder_search_get_type at Base 3.19.92
  camel_folder_search_new at Base 3.19.92
  camel_folder_search_search at Base 3.19.92
  camel_folder_search_set_body_index at Base 3.19.92
+ camel_folder_search_set_current_message_info at Base 3.24.1
  camel_folder_search_set_folder at Base 3.19.92
  camel_folder_search_set_only_cached_messages at Base 3.22.5
  camel_folder_search_set_summary at Base 3.19.92
+ camel_folder_search_take_current_message_info at Base 3.24.1
  camel_folder_search_util_add_months at Base 3.19.92
  camel_folder_set_description at Base 3.19.92
  camel_folder_set_display_name at Base 3.19.92
+ camel_folder_set_flags at Base 3.24.1
  camel_folder_set_full_name at Base 3.19.92
  camel_folder_set_lock_async at Base 3.19.92
  camel_folder_set_message_flags at Base 3.19.92
@@ -355,37 +374,34 @@
  camel_folder_set_message_user_tag at Base 3.19.92
  camel_folder_sort_uids at Base 3.19.92
  camel_folder_summary_add at Base 3.19.92
- camel_folder_summary_add_preview at Base 3.19.92
  camel_folder_summary_check_uid at Base 3.19.92
  camel_folder_summary_clear at Base 3.19.92
- camel_folder_summary_content_info_free at Base 3.19.92
- camel_folder_summary_content_info_new at Base 3.19.92
  camel_folder_summary_count at Base 3.19.92
  camel_folder_summary_free_array at Base 3.19.92
  camel_folder_summary_get at Base 3.19.92
  camel_folder_summary_get_array at Base 3.19.92
- camel_folder_summary_get_build_content at Base 3.19.92
  camel_folder_summary_get_changed at Base 3.19.92
  camel_folder_summary_get_deleted_count at Base 3.19.92
+ camel_folder_summary_get_flags at Base 3.24.1
  camel_folder_summary_get_folder at Base 3.19.92
  camel_folder_summary_get_hash at Base 3.19.92
  camel_folder_summary_get_index at Base 3.19.92
  camel_folder_summary_get_info_flags at Base 3.19.92
  camel_folder_summary_get_junk_count at Base 3.19.92
  camel_folder_summary_get_junk_not_deleted_count at Base 3.19.92
- camel_folder_summary_get_need_preview at Base 3.19.92
  camel_folder_summary_get_next_uid at Base 3.19.92
  camel_folder_summary_get_saved_count at Base 3.19.92
+ camel_folder_summary_get_timestamp at Base 3.24.1
  camel_folder_summary_get_type at Base 3.19.92
  camel_folder_summary_get_unread_count at Base 3.19.92
+ camel_folder_summary_get_version at Base 3.24.1
  camel_folder_summary_get_visible_count at Base 3.19.92
- camel_folder_summary_header_load_from_db at Base 3.19.92
- camel_folder_summary_header_save_to_db at Base 3.19.92
- camel_folder_summary_info_new_from_header at Base 3.19.92
+ camel_folder_summary_header_load at Base 3.24.1
+ camel_folder_summary_header_save at Base 3.24.1
+ camel_folder_summary_info_new_from_headers at Base 3.24.1
  camel_folder_summary_info_new_from_message at Base 3.19.92
  camel_folder_summary_info_new_from_parser at Base 3.19.92
- camel_folder_summary_insert at Base 3.19.92
- camel_folder_summary_load_from_db at Base 3.19.92
+ camel_folder_summary_load at Base 3.24.1
  camel_folder_summary_lock at Base 3.19.92
  camel_folder_summary_new at Base 3.19.92
  camel_folder_summary_next_uid at Base 3.19.92
@@ -396,11 +412,12 @@
  camel_folder_summary_remove_uid at Base 3.19.92
  camel_folder_summary_remove_uids at Base 3.19.92
  camel_folder_summary_replace_flags at Base 3.19.92
- camel_folder_summary_save_to_db at Base 3.19.92
- camel_folder_summary_set_build_content at Base 3.19.92
+ camel_folder_summary_save at Base 3.24.1
+ camel_folder_summary_set_flags at Base 3.24.1
  camel_folder_summary_set_index at Base 3.19.92
- camel_folder_summary_set_need_preview at Base 3.19.92
  camel_folder_summary_set_next_uid at Base 3.19.92
+ camel_folder_summary_set_timestamp at Base 3.24.1
+ camel_folder_summary_set_version at Base 3.24.1
  camel_folder_summary_touch at Base 3.19.92
  camel_folder_summary_unlock at Base 3.19.92
  camel_folder_synchronize at Base 3.19.92
@@ -409,8 +426,10 @@
  camel_folder_synchronize_message_finish at Base 3.19.92
  camel_folder_synchronize_message_sync at Base 3.19.92
  camel_folder_synchronize_sync at Base 3.19.92
+ camel_folder_take_folder_summary at Base 3.24.1
  camel_folder_thaw at Base 3.19.92
  camel_folder_thread_messages_apply at Base 3.19.92
+ camel_folder_thread_messages_get_type at Base 3.24.1
  camel_folder_thread_messages_new at Base 3.19.92
  camel_folder_thread_messages_ref at Base 3.19.92
  camel_folder_thread_messages_unref at Base 3.19.92
@@ -465,18 +484,11 @@
  camel_header_param_list_format at Base 3.19.92
  camel_header_param_list_format_append at Base 3.19.92
  camel_header_param_list_free at Base 3.19.92
- camel_header_raw_append at Base 3.19.92
- camel_header_raw_append_parse at Base 3.19.92
- camel_header_raw_check_mailing_list at Base 3.19.92
- camel_header_raw_clear at Base 3.19.92
- camel_header_raw_find at Base 3.19.92
- camel_header_raw_find_next at Base 3.19.92
- camel_header_raw_remove at Base 3.19.92
- camel_header_raw_replace at Base 3.19.92
  camel_header_references_decode at Base 3.19.92
  camel_header_set_param at Base 3.19.92
  camel_header_token_decode at Base 3.19.92
  camel_header_unfold at Base 3.19.92
+ camel_headers_dup_mailing_list at Base 3.24.1
  camel_host_idna_to_ascii at Base 3.19.92
  camel_html_parser_attr at Base 3.19.92
  camel_html_parser_attr_list at Base 3.19.92
@@ -543,8 +555,12 @@
  camel_key_table_set_flags at Base 3.19.92
  camel_key_table_sync at Base 3.19.92
  camel_local_settings_dup_path at Base 3.19.92
+ camel_local_settings_get_filter_all at Base 3.24.1
+ camel_local_settings_get_filter_junk at Base 3.24.1
  camel_local_settings_get_path at Base 3.19.92
  camel_local_settings_get_type at Base 3.19.92
+ camel_local_settings_set_filter_all at Base 3.24.1
+ camel_local_settings_set_filter_junk at Base 3.24.1
  camel_local_settings_set_path at Base 3.19.92
  camel_localtime_with_offset at Base 3.19.92
  camel_lock_dot at Base 3.19.92
@@ -554,7 +570,7 @@
  camel_lock_helper_lock at Base 3.19.92
  camel_lock_helper_unlock at Base 3.19.92
  camel_medium_add_header at Base 3.19.92
- camel_medium_free_headers at Base 3.19.92
+ camel_medium_dup_headers at Base 3.24.1
  camel_medium_get_content at Base 3.19.92
  camel_medium_get_header at Base 3.19.92
  camel_medium_get_headers at Base 3.19.92
@@ -574,38 +590,75 @@
  camel_mempool_flush at Base 3.19.92
  camel_mempool_new at Base 3.19.92
  camel_mempool_strdup at Base 3.19.92
+ camel_message_content_info_copy at Base 3.24.1
+ camel_message_content_info_dump at Base 3.24.1
+ camel_message_content_info_free at Base 3.24.1
+ camel_message_content_info_get_type at Base 3.24.1
+ camel_message_content_info_new at Base 3.24.1
+ camel_message_content_info_new_from_headers at Base 3.24.1
+ camel_message_content_info_new_from_message at Base 3.24.1
+ camel_message_content_info_new_from_parser at Base 3.24.1
+ camel_message_info_base_get_type at Base 3.24.1
  camel_message_info_clone at Base 3.19.92
  camel_message_info_dump at Base 3.19.92
+ camel_message_info_dup_headers at Base 3.24.1
+ camel_message_info_dup_references at Base 3.24.1
+ camel_message_info_dup_user_flags at Base 3.24.1
+ camel_message_info_dup_user_tag at Base 3.24.1
+ camel_message_info_dup_user_tags at Base 3.24.1
+ camel_message_info_freeze_notifications at Base 3.24.1
+ camel_message_info_get_abort_notifications at Base 3.24.1
  camel_message_info_get_cc at Base 3.21.90
- camel_message_info_get_content at Base 3.21.90
  camel_message_info_get_date_received at Base 3.21.90
  camel_message_info_get_date_sent at Base 3.21.90
+ camel_message_info_get_dirty at Base 3.24.1
  camel_message_info_get_flags at Base 3.21.90
+ camel_message_info_get_folder_flagged at Base 3.24.1
+ camel_message_info_get_folder_flagged_stamp at Base 3.24.1
  camel_message_info_get_from at Base 3.21.90
  camel_message_info_get_headers at Base 3.21.90
  camel_message_info_get_message_id at Base 3.21.90
  camel_message_info_get_mlist at Base 3.21.90
- camel_message_info_get_preview at Base 3.21.90
- camel_message_info_get_ptr at Base 3.21.90
+ camel_message_info_get_notifications_frozen at Base 3.24.1
  camel_message_info_get_references at Base 3.21.90
  camel_message_info_get_size at Base 3.21.90
  camel_message_info_get_subject at Base 3.21.90
- camel_message_info_get_time at Base 3.21.90
  camel_message_info_get_to at Base 3.21.90
  camel_message_info_get_type at Base 3.19.92
  camel_message_info_get_uid at Base 3.21.90
- camel_message_info_get_uint32 at Base 3.21.90
  camel_message_info_get_user_flag at Base 3.21.90
  camel_message_info_get_user_flags at Base 3.21.90
  camel_message_info_get_user_tag at Base 3.21.90
  camel_message_info_get_user_tags at Base 3.21.90
+ camel_message_info_load at Base 3.24.1
  camel_message_info_new at Base 3.19.92
- camel_message_info_new_from_header at Base 3.19.92
- camel_message_info_ref at Base 3.19.92
+ camel_message_info_new_from_headers at Base 3.24.1
+ camel_message_info_pooldup_uid at Base 3.24.1
+ camel_message_info_property_lock at Base 3.24.1
+ camel_message_info_property_unlock at Base 3.24.1
+ camel_message_info_ref_summary at Base 3.24.1
+ camel_message_info_save at Base 3.24.1
+ camel_message_info_set_abort_notifications at Base 3.24.1
+ camel_message_info_set_cc at Base 3.24.1
+ camel_message_info_set_date_received at Base 3.24.1
+ camel_message_info_set_date_sent at Base 3.24.1
+ camel_message_info_set_dirty at Base 3.24.1
  camel_message_info_set_flags at Base 3.19.92
+ camel_message_info_set_folder_flagged at Base 3.24.1
+ camel_message_info_set_from at Base 3.24.1
+ camel_message_info_set_message_id at Base 3.24.1
+ camel_message_info_set_mlist at Base 3.24.1
+ camel_message_info_set_size at Base 3.24.1
+ camel_message_info_set_subject at Base 3.24.1
+ camel_message_info_set_to at Base 3.24.1
+ camel_message_info_set_uid at Base 3.24.1
  camel_message_info_set_user_flag at Base 3.19.92
  camel_message_info_set_user_tag at Base 3.19.92
- camel_message_info_unref at Base 3.19.92
+ camel_message_info_take_headers at Base 3.24.1
+ camel_message_info_take_references at Base 3.24.1
+ camel_message_info_take_user_flags at Base 3.24.1
+ camel_message_info_take_user_tags at Base 3.24.1
+ camel_message_info_thaw_notifications at Base 3.24.1
  camel_mime_filter_backup at Base 3.19.92
  camel_mime_filter_basic_get_type at Base 3.19.92
  camel_mime_filter_basic_new at Base 3.19.92
@@ -663,7 +716,6 @@
  camel_mime_filter_yenc_set_crc at Base 3.19.92
  camel_mime_filter_yenc_set_state at Base 3.19.92
  camel_mime_message_build_mbox_from at Base 3.19.92
- camel_mime_message_build_preview at Base 3.19.92
  camel_mime_message_dump at Base 3.19.92
  camel_mime_message_encode_8bit_parts at Base 3.19.92
  camel_mime_message_get_date at Base 3.19.92
@@ -689,13 +741,13 @@
  camel_mime_message_set_subject at Base 3.19.92
  camel_mime_parser_content_type at Base 3.19.92
  camel_mime_parser_drop_step at Base 3.19.92
+ camel_mime_parser_dup_headers at Base 3.24.1
  camel_mime_parser_errno at Base 3.19.92
  camel_mime_parser_filter_add at Base 3.19.92
  camel_mime_parser_filter_remove at Base 3.19.92
  camel_mime_parser_from_line at Base 3.19.92
  camel_mime_parser_get_type at Base 3.19.92
  camel_mime_parser_header at Base 3.19.92
- camel_mime_parser_headers_raw at Base 3.19.92
  camel_mime_parser_init_with_bytes at Base 3.19.92
  camel_mime_parser_init_with_fd at Base 3.19.92
  camel_mime_parser_init_with_input_stream at Base 3.19.92
@@ -773,6 +825,37 @@
  camel_multipart_signed_new at Base 3.19.92
  camel_multipart_signed_set_content_stream at Base 3.19.92
  camel_multipart_signed_set_signature at Base 3.19.92
+ camel_name_value_array_append at Base 3.24.1
+ camel_name_value_array_clear at Base 3.24.1
+ camel_name_value_array_copy at Base 3.24.1
+ camel_name_value_array_equal at Base 3.24.1
+ camel_name_value_array_free at Base 3.24.1
+ camel_name_value_array_get at Base 3.24.1
+ camel_name_value_array_get_length at Base 3.24.1
+ camel_name_value_array_get_name at Base 3.24.1
+ camel_name_value_array_get_named at Base 3.24.1
+ camel_name_value_array_get_type at Base 3.24.1
+ camel_name_value_array_get_value at Base 3.24.1
+ camel_name_value_array_new at Base 3.24.1
+ camel_name_value_array_new_sized at Base 3.24.1
+ camel_name_value_array_remove at Base 3.24.1
+ camel_name_value_array_remove_named at Base 3.24.1
+ camel_name_value_array_set at Base 3.24.1
+ camel_name_value_array_set_name at Base 3.24.1
+ camel_name_value_array_set_named at Base 3.24.1
+ camel_name_value_array_set_value at Base 3.24.1
+ camel_named_flags_clear at Base 3.24.1
+ camel_named_flags_contains at Base 3.24.1
+ camel_named_flags_copy at Base 3.24.1
+ camel_named_flags_equal at Base 3.24.1
+ camel_named_flags_free at Base 3.24.1
+ camel_named_flags_get at Base 3.24.1
+ camel_named_flags_get_length at Base 3.24.1
+ camel_named_flags_get_type at Base 3.24.1
+ camel_named_flags_insert at Base 3.24.1
+ camel_named_flags_new at Base 3.24.1
+ camel_named_flags_new_sized at Base 3.24.1
+ camel_named_flags_remove at Base 3.24.1
  camel_network_security_method_get_type at Base 3.19.92
  camel_network_service_can_reach at Base 3.19.92
  camel_network_service_can_reach_finish at Base 3.19.92
@@ -830,9 +913,15 @@
  camel_offline_folder_get_offline_sync at Base 3.19.92
  camel_offline_folder_get_type at Base 3.19.92
  camel_offline_folder_set_offline_sync at Base 3.19.92
+ camel_offline_settings_get_limit_by_age at Base 3.24.1
+ camel_offline_settings_get_limit_unit at Base 3.24.1
+ camel_offline_settings_get_limit_value at Base 3.24.1
  camel_offline_settings_get_stay_synchronized at Base 3.19.92
  camel_offline_settings_get_store_changes_interval at Base 3.19.92
  camel_offline_settings_get_type at Base 3.19.92
+ camel_offline_settings_set_limit_by_age at Base 3.24.1
+ camel_offline_settings_set_limit_unit at Base 3.24.1
+ camel_offline_settings_set_limit_value at Base 3.24.1
  camel_offline_settings_set_stay_synchronized at Base 3.19.92
  camel_offline_settings_set_store_changes_interval at Base 3.19.92
  camel_offline_store_get_online at Base 3.19.92
@@ -843,6 +932,7 @@
  camel_operation_cancel_all at Base 3.19.92
  camel_operation_get_type at Base 3.19.92
  camel_operation_new at Base 3.19.92
+ camel_operation_new_proxy at Base 3.24.1
  camel_operation_pop_message at Base 3.19.92
  camel_operation_progress at Base 3.19.92
  camel_operation_push_message at Base 3.19.92
@@ -857,8 +947,11 @@
  camel_pointer_tracker_untrack at Base 3.19.92
  camel_provider_auto_detect at Base 3.19.92
  camel_provider_conf_type_get_type at Base 3.19.92
+ camel_provider_copy at Base 3.24.1
  camel_provider_flags_get_type at Base 3.19.92
+ camel_provider_free at Base 3.24.1
  camel_provider_get at Base 3.19.92
+ camel_provider_get_type at Base 3.24.1
  camel_provider_init at Base 3.19.92
  camel_provider_list at Base 3.19.92
  camel_provider_load at Base 3.19.92
@@ -914,6 +1007,9 @@
  camel_search_words_free at Base 3.19.92
  camel_search_words_simple at Base 3.19.92
  camel_search_words_split at Base 3.19.92
+ camel_service_auth_type_copy at Base 3.24.1
+ camel_service_auth_type_free at Base 3.24.1
+ camel_service_auth_type_get_type at Base 3.24.1
  camel_service_authenticate at Base 3.19.92
  camel_service_authenticate_finish at Base 3.19.92
  camel_service_authenticate_sync at Base 3.19.92
@@ -1019,9 +1115,11 @@
  camel_store_create_folder at Base 3.19.92
  camel_store_create_folder_finish at Base 3.19.92
  camel_store_create_folder_sync at Base 3.19.92
+ camel_store_delete_cached_folder at Base 3.24.1
  camel_store_delete_folder at Base 3.19.92
  camel_store_delete_folder_finish at Base 3.19.92
  camel_store_delete_folder_sync at Base 3.19.92
+ camel_store_dup_opened_folders at Base 3.24.1
  camel_store_error_quark at Base 3.19.92
  camel_store_flags_get_type at Base 3.19.92
  camel_store_folder_created at Base 3.19.92
@@ -1029,6 +1127,8 @@
  camel_store_folder_info_stale at Base 3.19.92
  camel_store_folder_opened at Base 3.19.92
  camel_store_folder_renamed at Base 3.19.92
+ camel_store_get_db at Base 3.24.1
+ camel_store_get_flags at Base 3.24.1
  camel_store_get_folder at Base 3.19.92
  camel_store_get_folder_finish at Base 3.19.92
  camel_store_get_folder_info at Base 3.19.92
@@ -1036,12 +1136,14 @@
  camel_store_get_folder_info_flags_get_type at Base 3.19.92
  camel_store_get_folder_info_sync at Base 3.19.92
  camel_store_get_folder_sync at Base 3.19.92
+ camel_store_get_folders_bag at Base 3.24.1
  camel_store_get_inbox_folder at Base 3.19.92
  camel_store_get_inbox_folder_finish at Base 3.19.92
  camel_store_get_inbox_folder_sync at Base 3.19.92
  camel_store_get_junk_folder at Base 3.19.92
  camel_store_get_junk_folder_finish at Base 3.19.92
  camel_store_get_junk_folder_sync at Base 3.19.92
+ camel_store_get_permissions at Base 3.24.1
  camel_store_get_trash_folder at Base 3.19.92
  camel_store_get_trash_folder_finish at Base 3.19.92
  camel_store_get_trash_folder_sync at Base 3.19.92
@@ -1058,6 +1160,8 @@
  camel_store_rename_folder at Base 3.19.92
  camel_store_rename_folder_finish at Base 3.19.92
  camel_store_rename_folder_sync at Base 3.19.92
+ camel_store_set_flags at Base 3.24.1
+ camel_store_set_permissions at Base 3.24.1
  camel_store_settings_get_filter_inbox at Base 3.19.92
  camel_store_settings_get_type at Base 3.19.92
  camel_store_settings_set_filter_inbox at Base 3.19.92
@@ -1079,6 +1183,7 @@
  camel_store_summary_remove_path at Base 3.19.92
  camel_store_summary_save at Base 3.19.92
  camel_store_summary_set_filename at Base 3.19.92
+ camel_store_summary_sort at Base 3.24.1
  camel_store_summary_touch at Base 3.19.92
  camel_store_synchronize at Base 3.19.92
  camel_store_synchronize_finish at Base 3.19.92
@@ -1112,6 +1217,7 @@
  camel_stream_mem_set_byte_array at Base 3.19.92
  camel_stream_mem_set_secure at Base 3.19.92
  camel_stream_new at Base 3.19.92
+ camel_stream_null_get_bytes_written at Base 3.24.1
  camel_stream_null_get_type at Base 3.19.92
  camel_stream_null_new at Base 3.19.92
  camel_stream_process_connect at Base 3.19.92
@@ -1136,11 +1242,6 @@
  camel_subscribable_unsubscribe_folder_sync at Base 3.19.92
  camel_system_flag at Base 3.19.92
  camel_system_flag_get at Base 3.19.92
- camel_tag_get at Base 3.19.92
- camel_tag_list_copy at Base 3.19.92
- camel_tag_list_free at Base 3.19.92
- camel_tag_list_size at Base 3.19.92
- camel_tag_set at Base 3.19.92
  camel_text_index_check at Base 3.19.92
  camel_text_index_cursor_get_type at Base 3.19.92
  camel_text_index_cursor_new at Base 3.19.92
@@ -1157,6 +1258,8 @@
  camel_text_index_validate at Base 3.19.92
  camel_text_to_html at Base 3.19.92
  camel_three_state_get_type at Base 3.21.90
+ camel_time_unit_get_type at Base 3.24.1
+ camel_time_value_apply at Base 3.24.1
  camel_transfer_encoding_from_string at Base 3.19.92
  camel_transfer_encoding_get_type at Base 3.19.92
  camel_transfer_encoding_to_string at Base 3.19.92
@@ -1218,6 +1321,10 @@
  camel_utf8_putc at Base 3.19.92
  camel_utf8_ucs2 at Base 3.19.92
  camel_utf8_utf7 at Base 3.19.92
+ camel_util_bdata_get_number at Base 3.24.1
+ camel_util_bdata_get_string at Base 3.24.1
+ camel_util_bdata_put_number at Base 3.24.1
+ camel_util_bdata_put_string at Base 3.24.1
  camel_uudecode_step at Base 3.19.92
  camel_uuencode_close at Base 3.19.92
  camel_uuencode_step at Base 3.19.92
@@ -1236,6 +1343,7 @@
  camel_vee_folder_construct at Base 3.19.92
  camel_vee_folder_get_auto_update at Base 3.19.92
  camel_vee_folder_get_expression at Base 3.19.92
+ camel_vee_folder_get_flags at Base 3.24.1
  camel_vee_folder_get_location at Base 3.19.92
  camel_vee_folder_get_type at Base 3.19.92
  camel_vee_folder_get_vee_uid_folder at Base 3.19.92
@@ -1253,6 +1361,10 @@
  camel_vee_message_info_data_get_type at Base 3.19.92
  camel_vee_message_info_data_get_vee_message_uid at Base 3.19.92
  camel_vee_message_info_data_new at Base 3.19.92
+ camel_vee_message_info_get_original_folder at Base 3.24.1
+ camel_vee_message_info_get_original_summary at Base 3.24.1
+ camel_vee_message_info_get_type at Base 3.24.1
+ camel_vee_message_info_new at Base 3.24.1
  camel_vee_store_get_type at Base 3.19.92
  camel_vee_store_get_unmatched_enabled at Base 3.19.92
  camel_vee_store_get_unmatched_folder at Base 3.19.92
@@ -1275,13 +1387,19 @@
  camel_vee_summary_remove at Base 3.19.92
  camel_vee_summary_replace_flags at Base 3.19.92
  camel_verbose_debug at Base 3.19.92
+ camel_vtrash_folder_get_folder_type at Base 3.24.1
  camel_vtrash_folder_get_type at Base 3.19.92
  camel_vtrash_folder_new at Base 3.19.92
+ camel_weak_ref_group_get at Base 3.24.1
+ camel_weak_ref_group_get_type at Base 3.24.1
+ camel_weak_ref_group_new at Base 3.24.1
+ camel_weak_ref_group_ref at Base 3.24.1
+ camel_weak_ref_group_set at Base 3.24.1
+ camel_weak_ref_group_unref at Base 3.24.1
  camel_write at Base 3.19.92
  camel_ydecode_step at Base 3.19.92
  camel_yencode_close at Base 3.19.92
  camel_yencode_step at Base 3.19.92
- g_string_append_u at Base 3.19.92
  known_iconv_charsets at Base 3.19.92
  nss_initialized at Base 3.19.92
  nss_initlock at Base 3.19.92

Modified: experimental/evolution-data-server/debian/libebackend-1.2-10.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libebackend-1.2-10.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libebackend-1.2-10.symbols	(original)
+++ experimental/evolution-data-server/debian/libebackend-1.2-10.symbols	Wed May  3 02:13:55 2017
@@ -65,365 +65,6 @@
  e_dbhash_new at Base 3.17
  e_dbhash_remove at Base 3.17
  e_dbhash_write at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
  e_dbus_server_exit_code_get_type at Base 3.17
  e_dbus_server_get_type at Base 3.17
  e_dbus_server_hold at Base 3.17
@@ -431,204 +72,6 @@
  e_dbus_server_quit at Base 3.17
  e_dbus_server_release at Base 3.17
  e_dbus_server_run at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
  e_file_cache_add_object at Base 3.17
  e_file_cache_clean at Base 3.17
  e_file_cache_freeze_changes at Base 3.17

Copied: experimental/evolution-data-server/debian/libebook-1.2-19.symbols (from r3147, experimental/evolution-data-server/debian/libebook-1.2-16.symbols)
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libebook-1.2-19.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libebook-1.2-16.symbols	(original)
+++ experimental/evolution-data-server/debian/libebook-1.2-19.symbols	Wed May  3 02:13:55 2017
@@ -1,4 +1,4 @@
-libebook-1.2.so.16 libebook-1.2-16 #MINVER#
+libebook-1.2.so.19 libebook-1.2-19 #MINVER#
 * Build-Depends-Package: libebook1.2-dev
  _e_book_view_new at Base 3.17
  book_client_delete_direct_cursor at Base 3.17
@@ -135,563 +135,6 @@
  e_book_view_get_type at Base 3.17
  e_book_view_start at Base 3.17
  e_book_view_stop at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
  e_destination_copy at Base 3.17
  e_destination_empty at Base 3.17
  e_destination_equal at Base 3.17
@@ -729,36 +172,3 @@
  e_destination_set_ignored at Base 3.17
  e_destination_set_name at Base 3.17
  e_destination_set_raw at Base 3.17
- e_gdbus_book_view_call_dispose at Base 3.17
- e_gdbus_book_view_call_dispose_finish at Base 3.17
- e_gdbus_book_view_call_dispose_sync at Base 3.17
- e_gdbus_book_view_call_set_fields_of_interest at Base 3.17
- e_gdbus_book_view_call_set_fields_of_interest_finish at Base 3.17
- e_gdbus_book_view_call_set_fields_of_interest_sync at Base 3.17
- e_gdbus_book_view_call_set_flags at Base 3.17
- e_gdbus_book_view_call_set_flags_finish at Base 3.17
- e_gdbus_book_view_call_set_flags_sync at Base 3.17
- e_gdbus_book_view_call_start at Base 3.17
- e_gdbus_book_view_call_start_finish at Base 3.17
- e_gdbus_book_view_call_start_sync at Base 3.17
- e_gdbus_book_view_call_stop at Base 3.17
- e_gdbus_book_view_call_stop_finish at Base 3.17
- e_gdbus_book_view_call_stop_sync at Base 3.17
- e_gdbus_book_view_drain_notify at Base 3.17
- e_gdbus_book_view_emit_complete at Base 3.17
- e_gdbus_book_view_emit_objects_added at Base 3.17
- e_gdbus_book_view_emit_objects_modified at Base 3.17
- e_gdbus_book_view_emit_objects_removed at Base 3.17
- e_gdbus_book_view_emit_progress at Base 3.17
- e_gdbus_book_view_get_type at Base 3.17
- e_gdbus_book_view_interface_info at Base 3.17
- e_gdbus_book_view_proxy_get_type at Base 3.17
- e_gdbus_book_view_proxy_new at Base 3.17
- e_gdbus_book_view_proxy_new_finish at Base 3.17
- e_gdbus_book_view_proxy_new_for_bus at Base 3.17
- e_gdbus_book_view_proxy_new_for_bus_finish at Base 3.17
- e_gdbus_book_view_proxy_new_for_bus_sync at Base 3.17
- e_gdbus_book_view_proxy_new_sync at Base 3.17
- e_gdbus_book_view_register_object at Base 3.17
- e_gdbus_book_view_stub_get_type at Base 3.17
- e_gdbus_book_view_stub_new at Base 3.17

Modified: experimental/evolution-data-server/debian/libebook-contacts-1.2-2.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libebook-contacts-1.2-2.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libebook-contacts-1.2-2.symbols	(original)
+++ experimental/evolution-data-server/debian/libebook-contacts-1.2-2.symbols	Wed May  3 02:13:55 2017
@@ -1,6 +1,20 @@
 libebook-contacts-1.2.so.2 libebook-contacts-1.2-2 #MINVER#
 * Build-Depends-Package: libebook-contacts1.2-dev
+ (c++)"i18n::phonenumbers::NullLogger::WriteMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 3.24.1
+ (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++)"i18n::phonenumbers::NullLogger::~NullLogger()@Base" 3.24.1
+ (c++)"i18n::phonenumbers::Logger::WriteLevel()@Base" 3.24.1
+ (c++)"typeinfo for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++)"typeinfo for i18n::phonenumbers::Logger at Base" 3.24.1
+ (c++)"typeinfo name for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++)"typeinfo name for i18n::phonenumbers::Logger at Base" 3.24.1
+ (c++)"vtable for i18n::phonenumbers::NullLogger at Base" 3.24.1
+ (c++|optional)"google::protobuf::internal::pLinuxKernelCmpxchg at Base" 3.24.1
+ (c++|optional)"google::protobuf::internal::pLinuxKernelMemoryBarrier at Base" 3.24.1
+ e_address_western_copy at Base 3.24.1
  e_address_western_free at Base 3.16.2
+ e_address_western_get_type at Base 3.24.1
  e_address_western_parse at Base 3.16.2
  e_book_change_type_get_type at Base 3.16.2
  e_book_client_error_create at Base 3.16.2
@@ -83,7 +97,9 @@
  e_contact_set_attributes at Base 3.16.2
  e_contact_vcard_attribute at Base 3.16.2
  e_data_book_status_get_type at Base 3.16.2
+ e_name_western_copy at Base 3.24.1
  e_name_western_free at Base 3.16.2
+ e_name_western_get_type at Base 3.24.1
  e_name_western_parse at Base 3.16.2
  e_phone_number_compare at Base 3.16.2
  e_phone_number_compare_strings at Base 3.16.2

Modified: experimental/evolution-data-server/debian/libecal-1.2-19.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libecal-1.2-19.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libecal-1.2-19.symbols	(original)
+++ experimental/evolution-data-server/debian/libecal-1.2-19.symbols	Wed May  3 02:13:55 2017
@@ -340,563 +340,6 @@
  e_calendar_status_get_type at Base 3.17
  e_data_cal_obj_mod_type_get_type at Base 3.17
  e_data_cal_obj_type_get_type at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
  e_gdbus_cal_view_call_dispose at Base 3.17
  e_gdbus_cal_view_call_dispose_finish at Base 3.17
  e_gdbus_cal_view_call_dispose_sync at Base 3.17

Modified: experimental/evolution-data-server/debian/libedata-book-1.2-25.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libedata-book-1.2-25.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libedata-book-1.2-25.symbols	(original)
+++ experimental/evolution-data-server/debian/libedata-book-1.2-25.symbols	Wed May  3 02:13:55 2017
@@ -233,563 +233,6 @@
  e_data_book_view_notify_update at Base 3.17
  e_data_book_view_notify_update_prefiltered_vcard at Base 3.17
  e_data_book_view_notify_update_vcard at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
  e_gdbus_book_view_call_dispose at Base 3.17
  e_gdbus_book_view_call_dispose_finish at Base 3.17
  e_gdbus_book_view_call_dispose_sync at Base 3.17

Modified: experimental/evolution-data-server/debian/libedata-cal-1.2-28.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libedata-cal-1.2-28.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libedata-cal-1.2-28.symbols	(original)
+++ experimental/evolution-data-server/debian/libedata-cal-1.2-28.symbols	Wed May  3 02:13:55 2017
@@ -191,596 +191,6 @@
  e_data_cal_view_notify_objects_removed_1 at Base 3.17
  e_data_cal_view_notify_progress at Base 3.17
  e_data_cal_view_object_matches at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
- e_gdbus_cal_view_call_dispose at Base 3.17
- e_gdbus_cal_view_call_dispose_finish at Base 3.17
- e_gdbus_cal_view_call_dispose_sync at Base 3.17
- e_gdbus_cal_view_call_set_fields_of_interest at Base 3.17
- e_gdbus_cal_view_call_set_fields_of_interest_finish at Base 3.17
- e_gdbus_cal_view_call_set_fields_of_interest_sync at Base 3.17
- e_gdbus_cal_view_call_set_flags at Base 3.17
- e_gdbus_cal_view_call_set_flags_finish at Base 3.17
- e_gdbus_cal_view_call_set_flags_sync at Base 3.17
- e_gdbus_cal_view_call_start at Base 3.17
- e_gdbus_cal_view_call_start_finish at Base 3.17
- e_gdbus_cal_view_call_start_sync at Base 3.17
- e_gdbus_cal_view_call_stop at Base 3.17
- e_gdbus_cal_view_call_stop_finish at Base 3.17
- e_gdbus_cal_view_call_stop_sync at Base 3.17
- e_gdbus_cal_view_drain_notify at Base 3.17
- e_gdbus_cal_view_emit_complete at Base 3.17
- e_gdbus_cal_view_emit_objects_added at Base 3.17
- e_gdbus_cal_view_emit_objects_modified at Base 3.17
- e_gdbus_cal_view_emit_objects_removed at Base 3.17
- e_gdbus_cal_view_emit_progress at Base 3.17
- e_gdbus_cal_view_get_type at Base 3.17
- e_gdbus_cal_view_interface_info at Base 3.17
- e_gdbus_cal_view_proxy_get_type at Base 3.17
- e_gdbus_cal_view_proxy_new at Base 3.17
- e_gdbus_cal_view_proxy_new_finish at Base 3.17
- e_gdbus_cal_view_proxy_new_for_bus at Base 3.17
- e_gdbus_cal_view_proxy_new_for_bus_finish at Base 3.17
- e_gdbus_cal_view_proxy_new_for_bus_sync at Base 3.17
- e_gdbus_cal_view_proxy_new_sync at Base 3.17
- e_gdbus_cal_view_register_object at Base 3.17
- e_gdbus_cal_view_stub_get_type at Base 3.17
- e_gdbus_cal_view_stub_new at Base 3.17
  e_intervaltree_destroy at Base 3.17
  e_intervaltree_dump at Base 3.17
  e_intervaltree_get_type at Base 3.17

Modified: experimental/evolution-data-server/debian/libedataserver-1.2-22.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libedataserver-1.2-22.symbols?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libedataserver-1.2-22.symbols	(original)
+++ experimental/evolution-data-server/debian/libedataserver-1.2-22.symbols	Wed May  3 02:13:55 2017
@@ -114,563 +114,6 @@
  e_credentials_util_string_to_prompt_flags at Base 3.17
  e_data_server_util_get_dbus_call_timeout at Base 3.17
  e_data_server_util_set_dbus_call_timeout at Base 3.17
- e_dbus_address_book_call_close at Base 3.17
- e_dbus_address_book_call_close_finish at Base 3.17
- e_dbus_address_book_call_close_sync at Base 3.17
- e_dbus_address_book_call_create_contacts at Base 3.17
- e_dbus_address_book_call_create_contacts_finish at Base 3.17
- e_dbus_address_book_call_create_contacts_sync at Base 3.17
- e_dbus_address_book_call_get_contact at Base 3.17
- e_dbus_address_book_call_get_contact_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list at Base 3.17
- e_dbus_address_book_call_get_contact_list_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_sync at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_finish at Base 3.17
- e_dbus_address_book_call_get_contact_list_uids_sync at Base 3.17
- e_dbus_address_book_call_get_contact_sync at Base 3.17
- e_dbus_address_book_call_get_cursor at Base 3.17
- e_dbus_address_book_call_get_cursor_finish at Base 3.17
- e_dbus_address_book_call_get_cursor_sync at Base 3.17
- e_dbus_address_book_call_get_view at Base 3.17
- e_dbus_address_book_call_get_view_finish at Base 3.17
- e_dbus_address_book_call_get_view_sync at Base 3.17
- e_dbus_address_book_call_modify_contacts at Base 3.17
- e_dbus_address_book_call_modify_contacts_finish at Base 3.17
- e_dbus_address_book_call_modify_contacts_sync at Base 3.17
- e_dbus_address_book_call_open at Base 3.17
- e_dbus_address_book_call_open_finish at Base 3.17
- e_dbus_address_book_call_open_sync at Base 3.17
- e_dbus_address_book_call_refresh at Base 3.17
- e_dbus_address_book_call_refresh_finish at Base 3.17
- e_dbus_address_book_call_refresh_sync at Base 3.17
- e_dbus_address_book_call_remove_contacts at Base 3.17
- e_dbus_address_book_call_remove_contacts_finish at Base 3.17
- e_dbus_address_book_call_remove_contacts_sync at Base 3.17
- e_dbus_address_book_call_retrieve_properties at Base 3.17
- e_dbus_address_book_call_retrieve_properties_finish at Base 3.17
- e_dbus_address_book_call_retrieve_properties_sync at Base 3.17
- e_dbus_address_book_complete_close at Base 3.17
- e_dbus_address_book_complete_create_contacts at Base 3.17
- e_dbus_address_book_complete_get_contact at Base 3.17
- e_dbus_address_book_complete_get_contact_list at Base 3.17
- e_dbus_address_book_complete_get_contact_list_uids at Base 3.17
- e_dbus_address_book_complete_get_cursor at Base 3.17
- e_dbus_address_book_complete_get_view at Base 3.17
- e_dbus_address_book_complete_modify_contacts at Base 3.17
- e_dbus_address_book_complete_open at Base 3.17
- e_dbus_address_book_complete_refresh at Base 3.17
- e_dbus_address_book_complete_remove_contacts at Base 3.17
- e_dbus_address_book_complete_retrieve_properties at Base 3.17
- e_dbus_address_book_cursor_call_dispose at Base 3.17
- e_dbus_address_book_cursor_call_dispose_finish at Base 3.17
- e_dbus_address_book_cursor_call_dispose_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_alphabetic_index_sync at Base 3.17
- e_dbus_address_book_cursor_call_set_query at Base 3.17
- e_dbus_address_book_cursor_call_set_query_finish at Base 3.17
- e_dbus_address_book_cursor_call_set_query_sync at Base 3.17
- e_dbus_address_book_cursor_call_step at Base 3.17
- e_dbus_address_book_cursor_call_step_finish at Base 3.17
- e_dbus_address_book_cursor_call_step_sync at Base 3.17
- e_dbus_address_book_cursor_complete_dispose at Base 3.17
- e_dbus_address_book_cursor_complete_set_alphabetic_index at Base 3.17
- e_dbus_address_book_cursor_complete_set_query at Base 3.17
- e_dbus_address_book_cursor_complete_step at Base 3.17
- e_dbus_address_book_cursor_get_position at Base 3.17
- e_dbus_address_book_cursor_get_total at Base 3.17
- e_dbus_address_book_cursor_get_type at Base 3.17
- e_dbus_address_book_cursor_interface_info at Base 3.17
- e_dbus_address_book_cursor_override_properties at Base 3.17
- e_dbus_address_book_cursor_proxy_get_type at Base 3.17
- e_dbus_address_book_cursor_proxy_new at Base 3.17
- e_dbus_address_book_cursor_proxy_new_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_cursor_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_cursor_proxy_new_sync at Base 3.17
- e_dbus_address_book_cursor_set_position at Base 3.17
- e_dbus_address_book_cursor_set_total at Base 3.17
- e_dbus_address_book_cursor_skeleton_get_type at Base 3.17
- e_dbus_address_book_cursor_skeleton_new at Base 3.17
- e_dbus_address_book_dup_cache_dir at Base 3.17
- e_dbus_address_book_dup_capabilities at Base 3.17
- e_dbus_address_book_dup_locale at Base 3.17
- e_dbus_address_book_dup_required_fields at Base 3.17
- e_dbus_address_book_dup_revision at Base 3.17
- e_dbus_address_book_dup_supported_fields at Base 3.17
- e_dbus_address_book_emit_error at Base 3.17
- e_dbus_address_book_factory_call_open_address_book at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_finish at Base 3.17
- e_dbus_address_book_factory_call_open_address_book_sync at Base 3.17
- e_dbus_address_book_factory_complete_open_address_book at Base 3.17
- e_dbus_address_book_factory_get_type at Base 3.17
- e_dbus_address_book_factory_interface_info at Base 3.17
- e_dbus_address_book_factory_override_properties at Base 3.17
- e_dbus_address_book_factory_proxy_get_type at Base 3.17
- e_dbus_address_book_factory_proxy_new at Base 3.17
- e_dbus_address_book_factory_proxy_new_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_factory_proxy_new_sync at Base 3.17
- e_dbus_address_book_factory_skeleton_get_type at Base 3.17
- e_dbus_address_book_factory_skeleton_new at Base 3.17
- e_dbus_address_book_get_cache_dir at Base 3.17
- e_dbus_address_book_get_capabilities at Base 3.17
- e_dbus_address_book_get_locale at Base 3.17
- e_dbus_address_book_get_online at Base 3.17
- e_dbus_address_book_get_required_fields at Base 3.17
- e_dbus_address_book_get_revision at Base 3.17
- e_dbus_address_book_get_supported_fields at Base 3.17
- e_dbus_address_book_get_type at Base 3.17
- e_dbus_address_book_get_writable at Base 3.17
- e_dbus_address_book_interface_info at Base 3.17
- e_dbus_address_book_override_properties at Base 3.17
- e_dbus_address_book_proxy_get_type at Base 3.17
- e_dbus_address_book_proxy_new at Base 3.17
- e_dbus_address_book_proxy_new_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_address_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_address_book_proxy_new_sync at Base 3.17
- e_dbus_address_book_set_cache_dir at Base 3.17
- e_dbus_address_book_set_capabilities at Base 3.17
- e_dbus_address_book_set_locale at Base 3.17
- e_dbus_address_book_set_online at Base 3.17
- e_dbus_address_book_set_required_fields at Base 3.17
- e_dbus_address_book_set_revision at Base 3.17
- e_dbus_address_book_set_supported_fields at Base 3.17
- e_dbus_address_book_set_writable at Base 3.17
- e_dbus_address_book_skeleton_get_type at Base 3.17
- e_dbus_address_book_skeleton_new at Base 3.17
- e_dbus_authenticator_call_accepted at Base 3.17
- e_dbus_authenticator_call_accepted_finish at Base 3.17
- e_dbus_authenticator_call_accepted_sync at Base 3.17
- e_dbus_authenticator_call_cancel at Base 3.17
- e_dbus_authenticator_call_cancel_finish at Base 3.17
- e_dbus_authenticator_call_cancel_sync at Base 3.17
- e_dbus_authenticator_call_ready at Base 3.17
- e_dbus_authenticator_call_ready_finish at Base 3.17
- e_dbus_authenticator_call_ready_sync at Base 3.17
- e_dbus_authenticator_call_rejected at Base 3.17
- e_dbus_authenticator_call_rejected_finish at Base 3.17
- e_dbus_authenticator_call_rejected_sync at Base 3.17
- e_dbus_authenticator_complete_accepted at Base 3.17
- e_dbus_authenticator_complete_cancel at Base 3.17
- e_dbus_authenticator_complete_ready at Base 3.17
- e_dbus_authenticator_complete_rejected at Base 3.17
- e_dbus_authenticator_emit_authenticate at Base 3.17
- e_dbus_authenticator_emit_dismissed at Base 3.17
- e_dbus_authenticator_emit_server_error at Base 3.17
- e_dbus_authenticator_get_type at Base 3.17
- e_dbus_authenticator_get_without_password at Base 3.17
- e_dbus_authenticator_interface_info at Base 3.17
- e_dbus_authenticator_override_properties at Base 3.17
- e_dbus_authenticator_proxy_get_type at Base 3.17
- e_dbus_authenticator_proxy_new at Base 3.17
- e_dbus_authenticator_proxy_new_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_finish at Base 3.17
- e_dbus_authenticator_proxy_new_for_bus_sync at Base 3.17
- e_dbus_authenticator_proxy_new_sync at Base 3.17
- e_dbus_authenticator_set_without_password at Base 3.17
- e_dbus_authenticator_skeleton_get_type at Base 3.17
- e_dbus_authenticator_skeleton_new at Base 3.17
- e_dbus_calendar_call_add_timezone at Base 3.17
- e_dbus_calendar_call_add_timezone_finish at Base 3.17
- e_dbus_calendar_call_add_timezone_sync at Base 3.17
- e_dbus_calendar_call_close at Base 3.17
- e_dbus_calendar_call_close_finish at Base 3.17
- e_dbus_calendar_call_close_sync at Base 3.17
- e_dbus_calendar_call_create_objects at Base 3.17
- e_dbus_calendar_call_create_objects_finish at Base 3.17
- e_dbus_calendar_call_create_objects_sync at Base 3.17
- e_dbus_calendar_call_discard_alarm at Base 3.17
- e_dbus_calendar_call_discard_alarm_finish at Base 3.17
- e_dbus_calendar_call_discard_alarm_sync at Base 3.17
- e_dbus_calendar_call_get_attachment_uris at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_finish at Base 3.17
- e_dbus_calendar_call_get_attachment_uris_sync at Base 3.17
- e_dbus_calendar_call_get_free_busy at Base 3.17
- e_dbus_calendar_call_get_free_busy_finish at Base 3.17
- e_dbus_calendar_call_get_free_busy_sync at Base 3.17
- e_dbus_calendar_call_get_object at Base 3.17
- e_dbus_calendar_call_get_object_finish at Base 3.17
- e_dbus_calendar_call_get_object_list at Base 3.17
- e_dbus_calendar_call_get_object_list_finish at Base 3.17
- e_dbus_calendar_call_get_object_list_sync at Base 3.17
- e_dbus_calendar_call_get_object_sync at Base 3.17
- e_dbus_calendar_call_get_timezone at Base 3.17
- e_dbus_calendar_call_get_timezone_finish at Base 3.17
- e_dbus_calendar_call_get_timezone_sync at Base 3.17
- e_dbus_calendar_call_get_view at Base 3.17
- e_dbus_calendar_call_get_view_finish at Base 3.17
- e_dbus_calendar_call_get_view_sync at Base 3.17
- e_dbus_calendar_call_modify_objects at Base 3.17
- e_dbus_calendar_call_modify_objects_finish at Base 3.17
- e_dbus_calendar_call_modify_objects_sync at Base 3.17
- e_dbus_calendar_call_open at Base 3.17
- e_dbus_calendar_call_open_finish at Base 3.17
- e_dbus_calendar_call_open_sync at Base 3.17
- e_dbus_calendar_call_receive_objects at Base 3.17
- e_dbus_calendar_call_receive_objects_finish at Base 3.17
- e_dbus_calendar_call_receive_objects_sync at Base 3.17
- e_dbus_calendar_call_refresh at Base 3.17
- e_dbus_calendar_call_refresh_finish at Base 3.17
- e_dbus_calendar_call_refresh_sync at Base 3.17
- e_dbus_calendar_call_remove_objects at Base 3.17
- e_dbus_calendar_call_remove_objects_finish at Base 3.17
- e_dbus_calendar_call_remove_objects_sync at Base 3.17
- e_dbus_calendar_call_retrieve_properties at Base 3.17
- e_dbus_calendar_call_retrieve_properties_finish at Base 3.17
- e_dbus_calendar_call_retrieve_properties_sync at Base 3.17
- e_dbus_calendar_call_send_objects at Base 3.17
- e_dbus_calendar_call_send_objects_finish at Base 3.17
- e_dbus_calendar_call_send_objects_sync at Base 3.17
- e_dbus_calendar_complete_add_timezone at Base 3.17
- e_dbus_calendar_complete_close at Base 3.17
- e_dbus_calendar_complete_create_objects at Base 3.17
- e_dbus_calendar_complete_discard_alarm at Base 3.17
- e_dbus_calendar_complete_get_attachment_uris at Base 3.17
- e_dbus_calendar_complete_get_free_busy at Base 3.17
- e_dbus_calendar_complete_get_object at Base 3.17
- e_dbus_calendar_complete_get_object_list at Base 3.17
- e_dbus_calendar_complete_get_timezone at Base 3.17
- e_dbus_calendar_complete_get_view at Base 3.17
- e_dbus_calendar_complete_modify_objects at Base 3.17
- e_dbus_calendar_complete_open at Base 3.17
- e_dbus_calendar_complete_receive_objects at Base 3.17
- e_dbus_calendar_complete_refresh at Base 3.17
- e_dbus_calendar_complete_remove_objects at Base 3.17
- e_dbus_calendar_complete_retrieve_properties at Base 3.17
- e_dbus_calendar_complete_send_objects at Base 3.17
- e_dbus_calendar_dup_alarm_email_address at Base 3.17
- e_dbus_calendar_dup_cache_dir at Base 3.17
- e_dbus_calendar_dup_cal_email_address at Base 3.17
- e_dbus_calendar_dup_capabilities at Base 3.17
- e_dbus_calendar_dup_default_object at Base 3.17
- e_dbus_calendar_dup_revision at Base 3.17
- e_dbus_calendar_emit_error at Base 3.17
- e_dbus_calendar_emit_free_busy_data at Base 3.17
- e_dbus_calendar_factory_call_open_calendar at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_finish at Base 3.17
- e_dbus_calendar_factory_call_open_calendar_sync at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_memo_list_sync at Base 3.17
- e_dbus_calendar_factory_call_open_task_list at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_finish at Base 3.17
- e_dbus_calendar_factory_call_open_task_list_sync at Base 3.17
- e_dbus_calendar_factory_complete_open_calendar at Base 3.17
- e_dbus_calendar_factory_complete_open_memo_list at Base 3.17
- e_dbus_calendar_factory_complete_open_task_list at Base 3.17
- e_dbus_calendar_factory_get_type at Base 3.17
- e_dbus_calendar_factory_interface_info at Base 3.17
- e_dbus_calendar_factory_override_properties at Base 3.17
- e_dbus_calendar_factory_proxy_get_type at Base 3.17
- e_dbus_calendar_factory_proxy_new at Base 3.17
- e_dbus_calendar_factory_proxy_new_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_factory_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_factory_proxy_new_sync at Base 3.17
- e_dbus_calendar_factory_skeleton_get_type at Base 3.17
- e_dbus_calendar_factory_skeleton_new at Base 3.17
- e_dbus_calendar_get_alarm_email_address at Base 3.17
- e_dbus_calendar_get_cache_dir at Base 3.17
- e_dbus_calendar_get_cal_email_address at Base 3.17
- e_dbus_calendar_get_capabilities at Base 3.17
- e_dbus_calendar_get_default_object at Base 3.17
- e_dbus_calendar_get_online at Base 3.17
- e_dbus_calendar_get_revision at Base 3.17
- e_dbus_calendar_get_type at Base 3.17
- e_dbus_calendar_get_writable at Base 3.17
- e_dbus_calendar_interface_info at Base 3.17
- e_dbus_calendar_override_properties at Base 3.17
- e_dbus_calendar_proxy_get_type at Base 3.17
- e_dbus_calendar_proxy_new at Base 3.17
- e_dbus_calendar_proxy_new_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_finish at Base 3.17
- e_dbus_calendar_proxy_new_for_bus_sync at Base 3.17
- e_dbus_calendar_proxy_new_sync at Base 3.17
- e_dbus_calendar_set_alarm_email_address at Base 3.17
- e_dbus_calendar_set_cache_dir at Base 3.17
- e_dbus_calendar_set_cal_email_address at Base 3.17
- e_dbus_calendar_set_capabilities at Base 3.17
- e_dbus_calendar_set_default_object at Base 3.17
- e_dbus_calendar_set_online at Base 3.17
- e_dbus_calendar_set_revision at Base 3.17
- e_dbus_calendar_set_writable at Base 3.17
- e_dbus_calendar_skeleton_get_type at Base 3.17
- e_dbus_calendar_skeleton_new at Base 3.17
- e_dbus_direct_book_dup_backend_config at Base 3.17
- e_dbus_direct_book_dup_backend_name at Base 3.17
- e_dbus_direct_book_dup_backend_path at Base 3.17
- e_dbus_direct_book_get_backend_config at Base 3.17
- e_dbus_direct_book_get_backend_name at Base 3.17
- e_dbus_direct_book_get_backend_path at Base 3.17
- e_dbus_direct_book_get_type at Base 3.17
- e_dbus_direct_book_interface_info at Base 3.17
- e_dbus_direct_book_override_properties at Base 3.17
- e_dbus_direct_book_proxy_get_type at Base 3.17
- e_dbus_direct_book_proxy_new at Base 3.17
- e_dbus_direct_book_proxy_new_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_finish at Base 3.17
- e_dbus_direct_book_proxy_new_for_bus_sync at Base 3.17
- e_dbus_direct_book_proxy_new_sync at Base 3.17
- e_dbus_direct_book_set_backend_config at Base 3.17
- e_dbus_direct_book_set_backend_name at Base 3.17
- e_dbus_direct_book_set_backend_path at Base 3.17
- e_dbus_direct_book_skeleton_get_type at Base 3.17
- e_dbus_direct_book_skeleton_new at Base 3.17
- e_dbus_locale1_dup_locale at Base 3.17
- e_dbus_locale1_get_locale at Base 3.17
- e_dbus_locale1_get_type at Base 3.17
- e_dbus_locale1_interface_info at Base 3.17
- e_dbus_locale1_override_properties at Base 3.17
- e_dbus_locale1_proxy_get_type at Base 3.17
- e_dbus_locale1_proxy_new at Base 3.17
- e_dbus_locale1_proxy_new_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_finish at Base 3.17
- e_dbus_locale1_proxy_new_for_bus_sync at Base 3.17
- e_dbus_locale1_proxy_new_sync at Base 3.17
- e_dbus_locale1_set_locale at Base 3.17
- e_dbus_locale1_skeleton_get_type at Base 3.17
- e_dbus_locale1_skeleton_new at Base 3.17
- e_dbus_object_get_source at Base 3.17
- e_dbus_object_get_source_oauth2_support at Base 3.17
- e_dbus_object_get_source_remote_creatable at Base 3.17
- e_dbus_object_get_source_remote_deletable at Base 3.17
- e_dbus_object_get_source_removable at Base 3.17
- e_dbus_object_get_source_writable at Base 3.17
- e_dbus_object_get_type at Base 3.17
- e_dbus_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_object_manager_client_get_type at Base 3.17
- e_dbus_object_manager_client_new at Base 3.17
- e_dbus_object_manager_client_new_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus at Base 3.17
- e_dbus_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_object_manager_client_new_sync at Base 3.17
- e_dbus_object_peek_source at Base 3.17
- e_dbus_object_peek_source_oauth2_support at Base 3.17
- e_dbus_object_peek_source_remote_creatable at Base 3.17
- e_dbus_object_peek_source_remote_deletable at Base 3.17
- e_dbus_object_peek_source_removable at Base 3.17
- e_dbus_object_peek_source_writable at Base 3.17
- e_dbus_object_proxy_get_type at Base 3.17
- e_dbus_object_proxy_new at Base 3.17
- e_dbus_object_skeleton_get_type at Base 3.17
- e_dbus_object_skeleton_new at Base 3.17
- e_dbus_object_skeleton_set_source at Base 3.17
- e_dbus_object_skeleton_set_source_oauth2_support at Base 3.17
- e_dbus_object_skeleton_set_source_remote_creatable at Base 3.17
- e_dbus_object_skeleton_set_source_remote_deletable at Base 3.17
- e_dbus_object_skeleton_set_source_removable at Base 3.17
- e_dbus_object_skeleton_set_source_writable at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_finish at Base 3.17
- e_dbus_source_call_get_last_credentials_required_arguments_sync at Base 3.17
- e_dbus_source_call_invoke_authenticate at Base 3.17
- e_dbus_source_call_invoke_authenticate_finish at Base 3.17
- e_dbus_source_call_invoke_authenticate_sync at Base 3.17
- e_dbus_source_call_invoke_credentials_required at Base 3.17
- e_dbus_source_call_invoke_credentials_required_finish at Base 3.17
- e_dbus_source_call_invoke_credentials_required_sync at Base 3.17
- e_dbus_source_call_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_finish at Base 3.17.90
- e_dbus_source_call_unset_last_credentials_required_arguments_sync at Base 3.17.90
- e_dbus_source_complete_get_last_credentials_required_arguments at Base 3.17
- e_dbus_source_complete_invoke_authenticate at Base 3.17
- e_dbus_source_complete_invoke_credentials_required at Base 3.17
- e_dbus_source_complete_unset_last_credentials_required_arguments at Base 3.17.90
- e_dbus_source_dup_connection_status at Base 3.17
- e_dbus_source_dup_data at Base 3.17
- e_dbus_source_dup_uid at Base 3.17
- e_dbus_source_emit_authenticate at Base 3.17
- e_dbus_source_emit_credentials_required at Base 3.17
- e_dbus_source_get_connection_status at Base 3.17
- e_dbus_source_get_data at Base 3.17
- e_dbus_source_get_type at Base 3.17
- e_dbus_source_get_uid at Base 3.17
- e_dbus_source_interface_info at Base 3.17
- e_dbus_source_manager_call_create_sources at Base 3.17
- e_dbus_source_manager_call_create_sources_finish at Base 3.17
- e_dbus_source_manager_call_create_sources_sync at Base 3.17
- e_dbus_source_manager_call_reload at Base 3.17
- e_dbus_source_manager_call_reload_finish at Base 3.17
- e_dbus_source_manager_call_reload_sync at Base 3.17
- e_dbus_source_manager_complete_create_sources at Base 3.17
- e_dbus_source_manager_complete_reload at Base 3.17
- e_dbus_source_manager_get_type at Base 3.17
- e_dbus_source_manager_interface_info at Base 3.17
- e_dbus_source_manager_override_properties at Base 3.17
- e_dbus_source_manager_proxy_get_type at Base 3.17
- e_dbus_source_manager_proxy_new at Base 3.17
- e_dbus_source_manager_proxy_new_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_manager_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_manager_proxy_new_sync at Base 3.17
- e_dbus_source_manager_skeleton_get_type at Base 3.17
- e_dbus_source_manager_skeleton_new at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_finish at Base 3.17
- e_dbus_source_oauth2_support_call_get_access_token_sync at Base 3.17
- e_dbus_source_oauth2_support_complete_get_access_token at Base 3.17
- e_dbus_source_oauth2_support_get_type at Base 3.17
- e_dbus_source_oauth2_support_interface_info at Base 3.17
- e_dbus_source_oauth2_support_override_properties at Base 3.17
- e_dbus_source_oauth2_support_proxy_get_type at Base 3.17
- e_dbus_source_oauth2_support_proxy_new at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_oauth2_support_proxy_new_sync at Base 3.17
- e_dbus_source_oauth2_support_skeleton_get_type at Base 3.17
- e_dbus_source_oauth2_support_skeleton_new at Base 3.17
- e_dbus_source_override_properties at Base 3.17
- e_dbus_source_proxy_get_type at Base 3.17
- e_dbus_source_proxy_new at Base 3.17
- e_dbus_source_proxy_new_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus at Base 3.17
- e_dbus_source_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_call_create at Base 3.17
- e_dbus_source_remote_creatable_call_create_finish at Base 3.17
- e_dbus_source_remote_creatable_call_create_sync at Base 3.17
- e_dbus_source_remote_creatable_complete_create at Base 3.17
- e_dbus_source_remote_creatable_get_type at Base 3.17
- e_dbus_source_remote_creatable_interface_info at Base 3.17
- e_dbus_source_remote_creatable_override_properties at Base 3.17
- e_dbus_source_remote_creatable_proxy_get_type at Base 3.17
- e_dbus_source_remote_creatable_proxy_new at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_creatable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_creatable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_creatable_skeleton_new at Base 3.17
- e_dbus_source_remote_deletable_call_delete at Base 3.17
- e_dbus_source_remote_deletable_call_delete_finish at Base 3.17
- e_dbus_source_remote_deletable_call_delete_sync at Base 3.17
- e_dbus_source_remote_deletable_complete_delete at Base 3.17
- e_dbus_source_remote_deletable_get_type at Base 3.17
- e_dbus_source_remote_deletable_interface_info at Base 3.17
- e_dbus_source_remote_deletable_override_properties at Base 3.17
- e_dbus_source_remote_deletable_proxy_get_type at Base 3.17
- e_dbus_source_remote_deletable_proxy_new at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_remote_deletable_proxy_new_sync at Base 3.17
- e_dbus_source_remote_deletable_skeleton_get_type at Base 3.17
- e_dbus_source_remote_deletable_skeleton_new at Base 3.17
- e_dbus_source_removable_call_remove at Base 3.17
- e_dbus_source_removable_call_remove_finish at Base 3.17
- e_dbus_source_removable_call_remove_sync at Base 3.17
- e_dbus_source_removable_complete_remove at Base 3.17
- e_dbus_source_removable_get_type at Base 3.17
- e_dbus_source_removable_interface_info at Base 3.17
- e_dbus_source_removable_override_properties at Base 3.17
- e_dbus_source_removable_proxy_get_type at Base 3.17
- e_dbus_source_removable_proxy_new at Base 3.17
- e_dbus_source_removable_proxy_new_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_removable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_removable_proxy_new_sync at Base 3.17
- e_dbus_source_removable_skeleton_get_type at Base 3.17
- e_dbus_source_removable_skeleton_new at Base 3.17
- e_dbus_source_set_connection_status at Base 3.17
- e_dbus_source_set_data at Base 3.17
- e_dbus_source_set_uid at Base 3.17
- e_dbus_source_skeleton_get_type at Base 3.17
- e_dbus_source_skeleton_new at Base 3.17
- e_dbus_source_writable_call_write at Base 3.17
- e_dbus_source_writable_call_write_finish at Base 3.17
- e_dbus_source_writable_call_write_sync at Base 3.17
- e_dbus_source_writable_complete_write at Base 3.17
- e_dbus_source_writable_get_type at Base 3.17
- e_dbus_source_writable_interface_info at Base 3.17
- e_dbus_source_writable_override_properties at Base 3.17
- e_dbus_source_writable_proxy_get_type at Base 3.17
- e_dbus_source_writable_proxy_new at Base 3.17
- e_dbus_source_writable_proxy_new_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_finish at Base 3.17
- e_dbus_source_writable_proxy_new_for_bus_sync at Base 3.17
- e_dbus_source_writable_proxy_new_sync at Base 3.17
- e_dbus_source_writable_skeleton_get_type at Base 3.17
- e_dbus_source_writable_skeleton_new at Base 3.17
- e_dbus_subprocess_backend_call_close at Base 3.17
- e_dbus_subprocess_backend_call_close_finish at Base 3.17
- e_dbus_subprocess_backend_call_close_sync at Base 3.17
- e_dbus_subprocess_backend_call_create at Base 3.17
- e_dbus_subprocess_backend_call_create_finish at Base 3.17
- e_dbus_subprocess_backend_call_create_sync at Base 3.17
- e_dbus_subprocess_backend_complete_close at Base 3.17
- e_dbus_subprocess_backend_complete_create at Base 3.17
- e_dbus_subprocess_backend_emit_backend_closed at Base 3.17
- e_dbus_subprocess_backend_get_type at Base 3.17
- e_dbus_subprocess_backend_interface_info at Base 3.17
- e_dbus_subprocess_backend_override_properties at Base 3.17
- e_dbus_subprocess_backend_proxy_get_type at Base 3.17
- e_dbus_subprocess_backend_proxy_new at Base 3.17
- e_dbus_subprocess_backend_proxy_new_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_backend_proxy_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_backend_proxy_new_sync at Base 3.17
- e_dbus_subprocess_backend_skeleton_get_type at Base 3.17
- e_dbus_subprocess_backend_skeleton_new at Base 3.17
- e_dbus_subprocess_object_get_backend at Base 3.17
- e_dbus_subprocess_object_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_proxy_type at Base 3.17
- e_dbus_subprocess_object_manager_client_get_type at Base 3.17
- e_dbus_subprocess_object_manager_client_new at Base 3.17
- e_dbus_subprocess_object_manager_client_new_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_finish at Base 3.17
- e_dbus_subprocess_object_manager_client_new_for_bus_sync at Base 3.17
- e_dbus_subprocess_object_manager_client_new_sync at Base 3.17
- e_dbus_subprocess_object_peek_backend at Base 3.17
- e_dbus_subprocess_object_proxy_get_type at Base 3.17
- e_dbus_subprocess_object_proxy_new at Base 3.17
- e_dbus_subprocess_object_skeleton_get_type at Base 3.17
- e_dbus_subprocess_object_skeleton_new at Base 3.17
- e_dbus_subprocess_object_skeleton_set_backend at Base 3.17
- e_dbus_user_prompter_call_extension_prompt at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_extension_prompt_sync at Base 3.17
- e_dbus_user_prompter_call_prompt at Base 3.17
- e_dbus_user_prompter_call_prompt_finish at Base 3.17
- e_dbus_user_prompter_call_prompt_sync at Base 3.17
- e_dbus_user_prompter_complete_extension_prompt at Base 3.17
- e_dbus_user_prompter_complete_prompt at Base 3.17
- e_dbus_user_prompter_emit_extension_response at Base 3.17
- e_dbus_user_prompter_emit_response at Base 3.17
- e_dbus_user_prompter_get_type at Base 3.17
- e_dbus_user_prompter_interface_info at Base 3.17
- e_dbus_user_prompter_override_properties at Base 3.17
- e_dbus_user_prompter_proxy_get_type at Base 3.17
- e_dbus_user_prompter_proxy_new at Base 3.17
- e_dbus_user_prompter_proxy_new_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_finish at Base 3.17
- e_dbus_user_prompter_proxy_new_for_bus_sync at Base 3.17
- e_dbus_user_prompter_proxy_new_sync at Base 3.17
- e_dbus_user_prompter_skeleton_get_type at Base 3.17
- e_dbus_user_prompter_skeleton_new at Base 3.17
  e_debug_log at Base 3.17
  e_debug_log_clear at Base 3.17
  e_debug_log_disable_domains at Base 3.17
@@ -912,6 +355,10 @@
  e_source_autocomplete_get_include_me at Base 3.17
  e_source_autocomplete_get_type at Base 3.17
  e_source_autocomplete_set_include_me at Base 3.17
+ e_source_autoconfig_dup_revision at Base 3.24.1
+ e_source_autoconfig_get_revision at Base 3.24.1
+ e_source_autoconfig_get_type at Base 3.24.1
+ e_source_autoconfig_set_revision at Base 3.24.1
  e_source_backend_dup_backend_name at Base 3.17
  e_source_backend_get_backend_name at Base 3.17
  e_source_backend_get_type at Base 3.17
@@ -1007,15 +454,21 @@
  e_source_get_uid at Base 3.17
  e_source_get_writable at Base 3.17
  e_source_goa_dup_account_id at Base 3.17
+ e_source_goa_dup_address at Base 3.24.1
  e_source_goa_dup_calendar_url at Base 3.17
  e_source_goa_dup_contacts_url at Base 3.17
+ e_source_goa_dup_name at Base 3.24.1
  e_source_goa_get_account_id at Base 3.17
+ e_source_goa_get_address at Base 3.24.1
  e_source_goa_get_calendar_url at Base 3.17
  e_source_goa_get_contacts_url at Base 3.17
+ e_source_goa_get_name at Base 3.24.1
  e_source_goa_get_type at Base 3.17
  e_source_goa_set_account_id at Base 3.17
+ e_source_goa_set_address at Base 3.24.1
  e_source_goa_set_calendar_url at Base 3.17
  e_source_goa_set_contacts_url at Base 3.17
+ e_source_goa_set_name at Base 3.24.1
  e_source_has_extension at Base 3.17
  e_source_hash at Base 3.17
  e_source_invoke_authenticate at Base 3.17
@@ -1079,17 +532,21 @@
  e_source_mail_composition_set_sign_imip at Base 3.17
  e_source_mail_composition_set_templates_folder at Base 3.17
  e_source_mail_identity_dup_address at Base 3.17
+ e_source_mail_identity_dup_aliases at Base 3.24.1
  e_source_mail_identity_dup_name at Base 3.17
  e_source_mail_identity_dup_organization at Base 3.17
  e_source_mail_identity_dup_reply_to at Base 3.17
  e_source_mail_identity_dup_signature_uid at Base 3.17
  e_source_mail_identity_get_address at Base 3.17
+ e_source_mail_identity_get_aliases at Base 3.24.1
+ e_source_mail_identity_get_aliases_as_hash_table at Base 3.24.1
  e_source_mail_identity_get_name at Base 3.17
  e_source_mail_identity_get_organization at Base 3.17
  e_source_mail_identity_get_reply_to at Base 3.17
  e_source_mail_identity_get_signature_uid at Base 3.17
  e_source_mail_identity_get_type at Base 3.17
  e_source_mail_identity_set_address at Base 3.17
+ e_source_mail_identity_set_aliases at Base 3.24.1
  e_source_mail_identity_set_name at Base 3.17
  e_source_mail_identity_set_organization at Base 3.17
  e_source_mail_identity_set_reply_to at Base 3.17

Modified: experimental/evolution-data-server/debian/libedataserverui1.2-dev.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libedataserverui1.2-dev.install?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libedataserverui1.2-dev.install	(original)
+++ experimental/evolution-data-server/debian/libedataserverui1.2-dev.install	Wed May  3 02:13:55 2017
@@ -1,3 +1,6 @@
 usr/lib/*/pkgconfig/libedataserverui-1.2.pc
 usr/lib/*/libedataserverui-1.2.so
 usr/include/evolution-data-server/libedataserverui
+usr/share/gir-1.0/EDataServerUI-1.2.gir
+usr/share/vala/vapi/libedataserverui-1.2.vapi
+usr/share/vala/vapi/libedataserverui-1.2.deps

Added: experimental/evolution-data-server/debian/libedbus-private0.install
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libedbus-private0.install?rev=3148&op=file
==============================================================================
--- experimental/evolution-data-server/debian/libedbus-private0.install	(added)
+++ experimental/evolution-data-server/debian/libedbus-private0.install	Wed May  3 02:13:55 2017
@@ -0,0 +1 @@
+usr/lib/evolution-data-server/libedbus-private.so

Modified: experimental/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/series?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/patches/series	(original)
+++ experimental/evolution-data-server/debian/patches/series	Wed May  3 02:13:55 2017
@@ -1 +0,0 @@
-01-noinst-libedbus-private.patch

Modified: experimental/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/rules?rev=3148&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/rules	(original)
+++ experimental/evolution-data-server/debian/rules	Wed May  3 02:13:55 2017
@@ -17,22 +17,26 @@
 	dh_autoreconf --as-needed
 
 ifeq ($(DEB_HOST_ARCH_OS),$(filter $(DEB_HOST_ARCH_OS),linux kfreebsd))
-CONFFLAGS = --with-phonenumber=/usr
+CONFFLAGS = -DWITH_PHONENUMBER=ON
 endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libdir=\$${prefix}/lib \
-		--libexecdir=\$${prefix}/lib/evolution \
-		--with-openldap \
-		--with-krb5=/usr \
-		--with-libdb=/usr \
-		--enable-gtk \
-		--enable-gtk-doc \
-		--enable-goa \
-		--enable-google \
-		--enable-vala-bindings \
-		--disable-uoa \
+		-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+		-DSYSCONF_INSTALL_DIR=/etc \
+		-DWITH_LIBDB=/usr \
+		-DWITH_OPENLDAP=ON \
+		-DWITH_KRB5=ON \
+		-DENABLE_GTK=ON \
+		-DENABLE_GTK_DOC=ON \
+		-DENABLE_GOOGLE_AUTH=ON \
+		-DENABLE_GOA=ON \
+		-DENABLE_UOA=OFF \
+		-DENABLE_EXAMPLES=ON \
+		-DENABLE_WEATHER=ON \
+		-DENABLE_INSTALLED_TESTS=ON \
+		-DENABLE_INTROSPECTION=ON \
+		-DENABLE_VALA_BINDINGS=ON \
 		$(CONFFLAGS)
 
 # don't configure with --libdir, but move the files manually, because




More information about the pkg-evolution-commits mailing list