r39882 - /desktop/experimental/gnome-online-accounts/debian/
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Mon Oct 14 15:02:50 UTC 2013
Author: ah
Date: Mon Oct 14 15:02:50 2013
New Revision: 39882
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39882
Log:
* Split goa-backend into separate packages.
* Make libgoa-1.0-dev depend on libgoa-backend-1.0-dev
- simply to avoid causing build failures for existing packages
* Make libgoa-backend-1.0-dev c/replace older versions of libgoa-1.0-dev
* Rename libgoa-1.0-0 to libgoa-1.0-0b to avoid upgrade issues
- libgoa-1.0-0b breaks/replaces libgoa-1.0-0
* Install irc-networks.xml in libgoa-1.0-common
Added:
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.install
- copied, changed from r39846, desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.install
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.symbols
- copied, changed from r39847, desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.symbols
desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.install
desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.symbols
desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-dev.install
Removed:
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.install
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.symbols
Modified:
desktop/experimental/gnome-online-accounts/debian/changelog
desktop/experimental/gnome-online-accounts/debian/control.in
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-common.install
desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-dev.install
Modified: desktop/experimental/gnome-online-accounts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/changelog?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/changelog [utf-8] Mon Oct 14 15:02:50 2013
@@ -15,8 +15,13 @@
[ Andreas Henriksson ]
* Bump glib build-dependency to >= 2.38 (uses G_ADD_PRIVATE)
- * Update debian/libgoa-1.0-0.symbols
- - libgoa-backend-1.0 bumped SONAME (0->1)
+ * Split goa-backend into separate packages.
+ * Make libgoa-1.0-dev depend on libgoa-backend-1.0-dev
+ - simply to avoid causing build failures for existing packages
+ * Make libgoa-backend-1.0-dev c/replace older versions of libgoa-1.0-dev
+ * Rename libgoa-1.0-0 to libgoa-1.0-0b to avoid upgrade issues
+ - libgoa-1.0-0b breaks/replaces libgoa-1.0-0
+ * Install irc-networks.xml in libgoa-1.0-common
-- Andreas Henriksson <andreas at fatal.se> Sun, 13 Oct 2013 23:54:14 +0200
Modified: desktop/experimental/gnome-online-accounts/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/control.in?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/control.in [utf-8] Mon Oct 14 15:02:50 2013
@@ -33,19 +33,21 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libgoa-1.0-0 (= ${binary:Version})
+ libgoa-1.0-0b (= ${binary:Version})
Recommends: gnome-control-center (>= 3.6.1)
Description: GNOME Online Accounts
This package contains the GNOME Online Accounts service, which provides a
centralized place for managing online accounts (Google, etc) for the
GNOME desktop.
-Package: libgoa-1.0-0
+Package: libgoa-1.0-0b
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libgoa-1.0-common (= ${source:Version})
+Breaks: libgoa-1.0-0 (<< 3.10.0-1)
+Replaces: libgoa-1.0-0 (<< 3.10.0-1)
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library for GNOME Online Accounts
@@ -59,13 +61,49 @@
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libgoa-1.0-0 (= ${binary:Version}),
+ libgoa-1.0-0b (= ${binary:Version}),
+ libgoa-backend-1.0-dev,
libglib2.0-dev,
libgtk-3-dev,
librest-dev,
gir1.2-goa-1.0 (= ${binary:Version})
Suggests: libgoa-1.0-doc
Description: library for GNOME Online Accounts - development files
+ This package contains the GNOME Online Accounts service, which provides a
+ centralized place for managing online accounts (Google, etc) for the
+ GNOME desktop.
+ .
+ This package contains the files needed to build applications that access
+ the service.
+
+Package: libgoa-backend-1.0-1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libgoa-1.0-common (= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: backend library for GNOME Online Accounts
+ This package contains the GNOME Online Accounts service, which provides a
+ centralized place for managing online accounts (Google, etc) for the
+ GNOME desktop.
+ .
+ This package contains the backend libraries used by GOA applications.
+
+Package: libgoa-backend-1.0-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libgoa-backend-1.0-1 (= ${binary:Version}),
+ libglib2.0-dev,
+ libgtk-3-dev,
+ librest-dev,
+ gir1.2-goa-1.0 (= ${binary:Version})
+Conflicts: libgoa-1.0-dev (<< 3.10.0-1)
+Replaces: libgoa-1.0-dev (<< 3.10.0-1)
+Suggests: libgoa-1.0-doc
+Description: backend library for GNOME Online Accounts - development files
This package contains the GNOME Online Accounts service, which provides a
centralized place for managing online accounts (Google, etc) for the
GNOME desktop.
Copied: desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.install (from r39846, desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.install?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.install [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.install [utf-8] Mon Oct 14 15:02:50 2013
@@ -1 +1 @@
-usr/lib/*/*.so.*
+usr/lib/*/*goa-1.0.so.*
Copied: desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.symbols (from r39847, desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.symbols?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0.symbols [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-0b.symbols [utf-8] Mon Oct 14 15:02:50 2013
@@ -1,4 +1,4 @@
-libgoa-1.0.so.0 libgoa-1.0-0 #MINVER#
+libgoa-1.0.so.0 libgoa-1.0-0b #MINVER#
goa_account_call_ensure_credentials at Base 3.1.1
goa_account_call_ensure_credentials_finish at Base 3.1.1
goa_account_call_ensure_credentials_sync at Base 3.1.1
@@ -370,577 +370,3 @@
goa_ticketing_proxy_new_sync at Base 3.5.90
goa_ticketing_skeleton_get_type at Base 3.5.90
goa_ticketing_skeleton_new at Base 3.5.90
-libgoa-backend-1.0.so.1 libgoa-1.0-0 #MINVER#
- goa_editable_label_get_editable at Base 3.10.0
- goa_editable_label_get_scale at Base 3.10.0
- goa_editable_label_get_text at Base 3.10.0
- goa_editable_label_get_type at Base 3.10.0
- goa_editable_label_get_weight at Base 3.10.0
- goa_editable_label_new at Base 3.10.0
- goa_editable_label_set_editable at Base 3.10.0
- goa_editable_label_set_scale at Base 3.10.0
- goa_editable_label_set_text at Base 3.10.0
- goa_editable_label_set_weight at Base 3.10.0
- goa_ews_client_autodiscover at Base 3.10.0
- goa_ews_client_autodiscover_finish at Base 3.10.0
- goa_ews_client_autodiscover_sync at Base 3.10.0
- goa_ews_client_get_type at Base 3.10.0
- goa_ews_client_new at Base 3.10.0
- goa_exchange_provider_get_type at Base 3.10.0
- goa_facebook_provider_get_type at Base 3.10.0
- goa_flickr_provider_get_type at Base 3.10.0
- goa_google_provider_get_type at Base 3.10.0
- goa_http_client_check at Base 3.10.0
- goa_http_client_check_finish at Base 3.10.0
- goa_http_client_check_sync at Base 3.10.0
- goa_http_client_get_type at Base 3.10.0
- goa_http_client_new at Base 3.10.0
- goa_identity_service_identity_dup_identifier at Base 3.10.0
- goa_identity_service_identity_get_expiration_timestamp at Base 3.10.0
- goa_identity_service_identity_get_identifier at Base 3.10.0
- goa_identity_service_identity_get_is_signed_in at Base 3.10.0
- goa_identity_service_identity_get_type at Base 3.10.0
- goa_identity_service_identity_interface_info at Base 3.10.0
- goa_identity_service_identity_override_properties at Base 3.10.0
- goa_identity_service_identity_proxy_get_type at Base 3.10.0
- goa_identity_service_identity_proxy_new at Base 3.10.0
- goa_identity_service_identity_proxy_new_finish at Base 3.10.0
- goa_identity_service_identity_proxy_new_for_bus at Base 3.10.0
- goa_identity_service_identity_proxy_new_for_bus_finish at Base 3.10.0
- goa_identity_service_identity_proxy_new_for_bus_sync at Base 3.10.0
- goa_identity_service_identity_proxy_new_sync at Base 3.10.0
- goa_identity_service_identity_set_expiration_timestamp at Base 3.10.0
- goa_identity_service_identity_set_identifier at Base 3.10.0
- goa_identity_service_identity_set_is_signed_in at Base 3.10.0
- goa_identity_service_identity_skeleton_get_type at Base 3.10.0
- goa_identity_service_identity_skeleton_new at Base 3.10.0
- goa_identity_service_manager_call_exchange_secret_keys at Base 3.10.0
- goa_identity_service_manager_call_exchange_secret_keys_finish at Base 3.10.0
- goa_identity_service_manager_call_exchange_secret_keys_sync at Base 3.10.0
- goa_identity_service_manager_call_sign_in at Base 3.10.0
- goa_identity_service_manager_call_sign_in_finish at Base 3.10.0
- goa_identity_service_manager_call_sign_in_sync at Base 3.10.0
- goa_identity_service_manager_call_sign_out at Base 3.10.0
- goa_identity_service_manager_call_sign_out_finish at Base 3.10.0
- goa_identity_service_manager_call_sign_out_sync at Base 3.10.0
- goa_identity_service_manager_complete_exchange_secret_keys at Base 3.10.0
- goa_identity_service_manager_complete_sign_in at Base 3.10.0
- goa_identity_service_manager_complete_sign_out at Base 3.10.0
- goa_identity_service_manager_get_type at Base 3.10.0
- goa_identity_service_manager_interface_info at Base 3.10.0
- goa_identity_service_manager_override_properties at Base 3.10.0
- goa_identity_service_manager_proxy_get_type at Base 3.10.0
- goa_identity_service_manager_proxy_new at Base 3.10.0
- goa_identity_service_manager_proxy_new_finish at Base 3.10.0
- goa_identity_service_manager_proxy_new_for_bus at Base 3.10.0
- goa_identity_service_manager_proxy_new_for_bus_finish at Base 3.10.0
- goa_identity_service_manager_proxy_new_for_bus_sync at Base 3.10.0
- goa_identity_service_manager_proxy_new_sync at Base 3.10.0
- goa_identity_service_manager_skeleton_get_type at Base 3.10.0
- goa_identity_service_manager_skeleton_new at Base 3.10.0
- goa_identity_service_object_get_identity at Base 3.10.0
- goa_identity_service_object_get_manager at Base 3.10.0
- goa_identity_service_object_get_type at Base 3.10.0
- goa_identity_service_object_manager_client_get_proxy_type at Base 3.10.0
- goa_identity_service_object_manager_client_get_type at Base 3.10.0
- goa_identity_service_object_manager_client_new at Base 3.10.0
- goa_identity_service_object_manager_client_new_finish at Base 3.10.0
- goa_identity_service_object_manager_client_new_for_bus at Base 3.10.0
- goa_identity_service_object_manager_client_new_for_bus_finish at Base 3.10.0
- goa_identity_service_object_manager_client_new_for_bus_sync at Base 3.10.0
- goa_identity_service_object_manager_client_new_sync at Base 3.10.0
- goa_identity_service_object_peek_identity at Base 3.10.0
- goa_identity_service_object_peek_manager at Base 3.10.0
- goa_identity_service_object_proxy_get_type at Base 3.10.0
- goa_identity_service_object_proxy_new at Base 3.10.0
- goa_identity_service_object_skeleton_get_type at Base 3.10.0
- goa_identity_service_object_skeleton_new at Base 3.10.0
- goa_identity_service_object_skeleton_set_identity at Base 3.10.0
- goa_identity_service_object_skeleton_set_manager at Base 3.10.0
- goa_imap_auth_login_get_type at Base 3.10.0
- goa_imap_auth_login_new at Base 3.10.0
- goa_imap_smtp_provider_get_type at Base 3.10.0
- goa_kerberos_provider_get_type at Base 3.10.0
- goa_log at Base 3.10.0
- goa_log_init at Base 3.10.0
- goa_mail_auth_get_input at Base 3.10.0
- goa_mail_auth_get_output at Base 3.10.0
- goa_mail_auth_get_type at Base 3.10.0
- goa_mail_auth_is_needed at Base 3.10.0
- goa_mail_auth_run at Base 3.10.0
- goa_mail_auth_run_finish at Base 3.10.0
- goa_mail_auth_run_sync at Base 3.10.0
- goa_mail_auth_set_input at Base 3.10.0
- goa_mail_auth_set_output at Base 3.10.0
- goa_mail_auth_starttls at Base 3.10.0
- goa_mail_auth_starttls_finish at Base 3.10.0
- goa_mail_auth_starttls_sync at Base 3.10.0
- goa_mail_client_check at Base 3.10.0
- goa_mail_client_check_finish at Base 3.10.0
- goa_mail_client_check_sync at Base 3.10.0
- goa_mail_client_get_type at Base 3.10.0
- goa_mail_client_new at Base 3.10.0
- goa_oauth2_provider_add_account_key_values at Base 3.10.0
- goa_oauth2_provider_build_authorization_uri at Base 3.10.0
- goa_oauth2_provider_get_access_token_sync at Base 3.10.0
- goa_oauth2_provider_get_authentication_cookie at Base 3.10.0
- goa_oauth2_provider_get_authorization_uri at Base 3.10.0
- goa_oauth2_provider_get_client_id at Base 3.10.0
- goa_oauth2_provider_get_client_secret at Base 3.10.0
- goa_oauth2_provider_get_identity_sync at Base 3.10.0
- goa_oauth2_provider_get_redirect_uri at Base 3.10.0
- goa_oauth2_provider_get_scope at Base 3.10.0
- goa_oauth2_provider_get_token_uri at Base 3.10.0
- goa_oauth2_provider_get_type at Base 3.10.0
- goa_oauth2_provider_get_use_external_browser at Base 3.10.0
- goa_oauth2_provider_get_use_mobile_browser at Base 3.10.0
- goa_oauth2_provider_is_deny_node at Base 3.10.0
- goa_oauth2_provider_is_identity_node at Base 3.10.0
- goa_oauth2_provider_is_password_node at Base 3.10.0
- goa_oauth_provider_add_account_key_values at Base 3.10.0
- goa_oauth_provider_build_authorization_uri at Base 3.10.0
- goa_oauth_provider_get_access_token_sync at Base 3.10.0
- goa_oauth_provider_get_authentication_cookie at Base 3.10.0
- goa_oauth_provider_get_authorization_uri at Base 3.10.0
- goa_oauth_provider_get_callback_uri at Base 3.10.0
- goa_oauth_provider_get_consumer_key at Base 3.10.0
- goa_oauth_provider_get_consumer_secret at Base 3.10.0
- goa_oauth_provider_get_identity_sync at Base 3.10.0
- goa_oauth_provider_get_request_uri at Base 3.10.0
- goa_oauth_provider_get_request_uri_params at Base 3.10.0
- goa_oauth_provider_get_token_uri at Base 3.10.0
- goa_oauth_provider_get_type at Base 3.10.0
- goa_oauth_provider_get_use_external_browser at Base 3.10.0
- goa_oauth_provider_get_use_mobile_browser at Base 3.10.0
- goa_oauth_provider_is_deny_node at Base 3.10.0
- goa_oauth_provider_is_identity_node at Base 3.10.0
- goa_oauth_provider_is_password_node at Base 3.10.0
- goa_oauth_provider_parse_request_token_error at Base 3.10.0
- goa_owncloud_provider_get_type at Base 3.10.0
- goa_provider_add_account at Base 3.10.0
- goa_provider_build_object at Base 3.10.0
- goa_provider_ensure_credentials at Base 3.10.0
- goa_provider_ensure_credentials_finish at Base 3.10.0
- goa_provider_ensure_credentials_sync at Base 3.10.0
- goa_provider_ensure_extension_points_registered at Base 3.10.0
- goa_provider_factory_get_provider at Base 3.10.0
- goa_provider_factory_get_providers at Base 3.10.0
- goa_provider_factory_get_providers_finish at Base 3.10.0
- goa_provider_factory_get_type at Base 3.10.0
- goa_provider_features_get_type at Base 3.10.0
- goa_provider_get_all at Base 3.10.0
- goa_provider_get_all_finish at Base 3.10.0
- goa_provider_get_credentials_generation at Base 3.10.0
- goa_provider_get_for_provider_type at Base 3.10.0
- goa_provider_get_preseed_data at Base 3.10.0
- goa_provider_get_provider_features at Base 3.10.0
- goa_provider_get_provider_group at Base 3.10.0
- goa_provider_get_provider_icon at Base 3.10.0
- goa_provider_get_provider_name at Base 3.10.0
- goa_provider_get_provider_type at Base 3.10.0
- goa_provider_get_type at Base 3.10.0
- goa_provider_group_get_type at Base 3.10.0
- goa_provider_refresh_account at Base 3.10.0
- goa_provider_set_preseed_data at Base 3.10.0
- goa_provider_show_account at Base 3.10.0
- goa_realm_common_call_change_login_policy at Base 3.10.0
- goa_realm_common_call_change_login_policy_finish at Base 3.10.0
- goa_realm_common_call_change_login_policy_sync at Base 3.10.0
- goa_realm_common_call_deconfigure at Base 3.10.0
- goa_realm_common_call_deconfigure_finish at Base 3.10.0
- goa_realm_common_call_deconfigure_sync at Base 3.10.0
- goa_realm_common_complete_change_login_policy at Base 3.10.0
- goa_realm_common_complete_deconfigure at Base 3.10.0
- goa_realm_common_dup_configured at Base 3.10.0
- goa_realm_common_dup_details at Base 3.10.0
- goa_realm_common_dup_login_formats at Base 3.10.0
- goa_realm_common_dup_login_policy at Base 3.10.0
- goa_realm_common_dup_name at Base 3.10.0
- goa_realm_common_dup_permitted_logins at Base 3.10.0
- goa_realm_common_dup_supported_interfaces at Base 3.10.0
- goa_realm_common_get_configured at Base 3.10.0
- goa_realm_common_get_details at Base 3.10.0
- goa_realm_common_get_login_formats at Base 3.10.0
- goa_realm_common_get_login_policy at Base 3.10.0
- goa_realm_common_get_name at Base 3.10.0
- goa_realm_common_get_permitted_logins at Base 3.10.0
- goa_realm_common_get_supported_interfaces at Base 3.10.0
- goa_realm_common_get_type at Base 3.10.0
- goa_realm_common_interface_info at Base 3.10.0
- goa_realm_common_override_properties at Base 3.10.0
- goa_realm_common_proxy_get_type at Base 3.10.0
- goa_realm_common_proxy_new at Base 3.10.0
- goa_realm_common_proxy_new_finish at Base 3.10.0
- goa_realm_common_proxy_new_for_bus at Base 3.10.0
- goa_realm_common_proxy_new_for_bus_finish at Base 3.10.0
- goa_realm_common_proxy_new_for_bus_sync at Base 3.10.0
- goa_realm_common_proxy_new_sync at Base 3.10.0
- goa_realm_common_set_configured at Base 3.10.0
- goa_realm_common_set_details at Base 3.10.0
- goa_realm_common_set_login_formats at Base 3.10.0
- goa_realm_common_set_login_policy at Base 3.10.0
- goa_realm_common_set_name at Base 3.10.0
- goa_realm_common_set_permitted_logins at Base 3.10.0
- goa_realm_common_set_supported_interfaces at Base 3.10.0
- goa_realm_common_skeleton_get_type at Base 3.10.0
- goa_realm_common_skeleton_new at Base 3.10.0
- goa_realm_kerberos_dup_domain_name at Base 3.10.0
- goa_realm_kerberos_dup_realm_name at Base 3.10.0
- goa_realm_kerberos_get_domain_name at Base 3.10.0
- goa_realm_kerberos_get_realm_name at Base 3.10.0
- goa_realm_kerberos_get_type at Base 3.10.0
- goa_realm_kerberos_interface_info at Base 3.10.0
- goa_realm_kerberos_membership_call_join at Base 3.10.0
- goa_realm_kerberos_membership_call_join_finish at Base 3.10.0
- goa_realm_kerberos_membership_call_join_sync at Base 3.10.0
- goa_realm_kerberos_membership_call_leave at Base 3.10.0
- goa_realm_kerberos_membership_call_leave_finish at Base 3.10.0
- goa_realm_kerberos_membership_call_leave_sync at Base 3.10.0
- goa_realm_kerberos_membership_complete_join at Base 3.10.0
- goa_realm_kerberos_membership_complete_leave at Base 3.10.0
- goa_realm_kerberos_membership_dup_suggested_administrator at Base 3.10.0
- goa_realm_kerberos_membership_dup_supported_join_credentials at Base 3.10.0
- goa_realm_kerberos_membership_dup_supported_leave_credentials at Base 3.10.0
- goa_realm_kerberos_membership_get_suggested_administrator at Base 3.10.0
- goa_realm_kerberos_membership_get_supported_join_credentials at Base 3.10.0
- goa_realm_kerberos_membership_get_supported_leave_credentials at Base 3.10.0
- goa_realm_kerberos_membership_get_type at Base 3.10.0
- goa_realm_kerberos_membership_interface_info at Base 3.10.0
- goa_realm_kerberos_membership_override_properties at Base 3.10.0
- goa_realm_kerberos_membership_proxy_get_type at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new_finish at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new_for_bus at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new_for_bus_finish at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new_for_bus_sync at Base 3.10.0
- goa_realm_kerberos_membership_proxy_new_sync at Base 3.10.0
- goa_realm_kerberos_membership_set_suggested_administrator at Base 3.10.0
- goa_realm_kerberos_membership_set_supported_join_credentials at Base 3.10.0
- goa_realm_kerberos_membership_set_supported_leave_credentials at Base 3.10.0
- goa_realm_kerberos_membership_skeleton_get_type at Base 3.10.0
- goa_realm_kerberos_membership_skeleton_new at Base 3.10.0
- goa_realm_kerberos_override_properties at Base 3.10.0
- goa_realm_kerberos_proxy_get_type at Base 3.10.0
- goa_realm_kerberos_proxy_new at Base 3.10.0
- goa_realm_kerberos_proxy_new_finish at Base 3.10.0
- goa_realm_kerberos_proxy_new_for_bus at Base 3.10.0
- goa_realm_kerberos_proxy_new_for_bus_finish at Base 3.10.0
- goa_realm_kerberos_proxy_new_for_bus_sync at Base 3.10.0
- goa_realm_kerberos_proxy_new_sync at Base 3.10.0
- goa_realm_kerberos_set_domain_name at Base 3.10.0
- goa_realm_kerberos_set_realm_name at Base 3.10.0
- goa_realm_kerberos_skeleton_get_type at Base 3.10.0
- goa_realm_kerberos_skeleton_new at Base 3.10.0
- goa_realm_object_get_common at Base 3.10.0
- goa_realm_object_get_kerberos at Base 3.10.0
- goa_realm_object_get_kerberos_membership at Base 3.10.0
- goa_realm_object_get_provider at Base 3.10.0
- goa_realm_object_get_service at Base 3.10.0
- goa_realm_object_get_type at Base 3.10.0
- goa_realm_object_manager_client_get_proxy_type at Base 3.10.0
- goa_realm_object_manager_client_get_type at Base 3.10.0
- goa_realm_object_manager_client_new at Base 3.10.0
- goa_realm_object_manager_client_new_finish at Base 3.10.0
- goa_realm_object_manager_client_new_for_bus at Base 3.10.0
- goa_realm_object_manager_client_new_for_bus_finish at Base 3.10.0
- goa_realm_object_manager_client_new_for_bus_sync at Base 3.10.0
- goa_realm_object_manager_client_new_sync at Base 3.10.0
- goa_realm_object_peek_common at Base 3.10.0
- goa_realm_object_peek_kerberos at Base 3.10.0
- goa_realm_object_peek_kerberos_membership at Base 3.10.0
- goa_realm_object_peek_provider at Base 3.10.0
- goa_realm_object_peek_service at Base 3.10.0
- goa_realm_object_proxy_get_type at Base 3.10.0
- goa_realm_object_proxy_new at Base 3.10.0
- goa_realm_object_skeleton_get_type at Base 3.10.0
- goa_realm_object_skeleton_new at Base 3.10.0
- goa_realm_object_skeleton_set_common at Base 3.10.0
- goa_realm_object_skeleton_set_kerberos at Base 3.10.0
- goa_realm_object_skeleton_set_kerberos_membership at Base 3.10.0
- goa_realm_object_skeleton_set_provider at Base 3.10.0
- goa_realm_object_skeleton_set_service at Base 3.10.0
- goa_realm_provider_call_discover at Base 3.10.0
- goa_realm_provider_call_discover_finish at Base 3.10.0
- goa_realm_provider_call_discover_sync at Base 3.10.0
- goa_realm_provider_complete_discover at Base 3.10.0
- goa_realm_provider_dup_name at Base 3.10.0
- goa_realm_provider_dup_realms at Base 3.10.0
- goa_realm_provider_dup_version at Base 3.10.0
- goa_realm_provider_get_name at Base 3.10.0
- goa_realm_provider_get_realms at Base 3.10.0
- goa_realm_provider_get_type at Base 3.10.0
- goa_realm_provider_get_version at Base 3.10.0
- goa_realm_provider_interface_info at Base 3.10.0
- goa_realm_provider_override_properties at Base 3.10.0
- goa_realm_provider_proxy_get_type at Base 3.10.0
- goa_realm_provider_proxy_new at Base 3.10.0
- goa_realm_provider_proxy_new_finish at Base 3.10.0
- goa_realm_provider_proxy_new_for_bus at Base 3.10.0
- goa_realm_provider_proxy_new_for_bus_finish at Base 3.10.0
- goa_realm_provider_proxy_new_for_bus_sync at Base 3.10.0
- goa_realm_provider_proxy_new_sync at Base 3.10.0
- goa_realm_provider_set_name at Base 3.10.0
- goa_realm_provider_set_realms at Base 3.10.0
- goa_realm_provider_set_version at Base 3.10.0
- goa_realm_provider_skeleton_get_type at Base 3.10.0
- goa_realm_provider_skeleton_new at Base 3.10.0
- goa_realm_service_call_cancel at Base 3.10.0
- goa_realm_service_call_cancel_finish at Base 3.10.0
- goa_realm_service_call_cancel_sync at Base 3.10.0
- goa_realm_service_call_release at Base 3.10.0
- goa_realm_service_call_release_finish at Base 3.10.0
- goa_realm_service_call_release_sync at Base 3.10.0
- goa_realm_service_call_set_locale at Base 3.10.0
- goa_realm_service_call_set_locale_finish at Base 3.10.0
- goa_realm_service_call_set_locale_sync at Base 3.10.0
- goa_realm_service_complete_cancel at Base 3.10.0
- goa_realm_service_complete_release at Base 3.10.0
- goa_realm_service_complete_set_locale at Base 3.10.0
- goa_realm_service_emit_diagnostics at Base 3.10.0
- goa_realm_service_get_type at Base 3.10.0
- goa_realm_service_interface_info at Base 3.10.0
- goa_realm_service_override_properties at Base 3.10.0
- goa_realm_service_proxy_get_type at Base 3.10.0
- goa_realm_service_proxy_new at Base 3.10.0
- goa_realm_service_proxy_new_finish at Base 3.10.0
- goa_realm_service_proxy_new_for_bus at Base 3.10.0
- goa_realm_service_proxy_new_for_bus_finish at Base 3.10.0
- goa_realm_service_proxy_new_for_bus_sync at Base 3.10.0
- goa_realm_service_proxy_new_sync at Base 3.10.0
- goa_realm_service_skeleton_get_type at Base 3.10.0
- goa_realm_service_skeleton_new at Base 3.10.0
- goa_smtp_auth_plain_get_type at Base 3.10.0
- goa_smtp_auth_plain_new at Base 3.10.0
- goa_spinner_button_get_type at Base 3.10.0
- goa_spinner_button_new_from_stock at Base 3.10.0
- goa_spinner_button_set_label at Base 3.10.0
- goa_spinner_button_start at Base 3.10.0
- goa_spinner_button_stop at Base 3.10.0
- goa_telepathy_factory_get_type at Base 3.10.0
- goa_telepathy_provider_get_type at Base 3.10.0
- goa_telepathy_provider_new_from_protocol at Base 3.10.0
- goa_telepathy_provider_new_from_protocol_name at Base 3.10.0
- goa_twitter_provider_get_type at Base 3.10.0
- goa_util_account_notify_property_cb at Base 3.10.0
- goa_util_add_account_info at Base 3.10.0
- goa_util_add_row_switch_from_keyfile_with_blurb at Base 3.10.0
- goa_util_add_row_widget at Base 3.10.0
- goa_util_lookup_keyfile_boolean at Base 3.10.0
- goa_util_lookup_keyfile_string at Base 3.10.0
- goa_utils_check_duplicate at Base 3.10.0
- goa_utils_delete_credentials_sync at Base 3.10.0
- goa_utils_keyfile_remove_key at Base 3.10.0
- goa_utils_keyfile_set_boolean at Base 3.10.0
- goa_utils_keyfile_set_string at Base 3.10.0
- goa_utils_lookup_credentials_sync at Base 3.10.0
- goa_utils_parse_email_address at Base 3.10.0
- goa_utils_set_dialog_title at Base 3.10.0
- goa_utils_set_error_ssl at Base 3.10.0
- goa_utils_store_credentials_for_id_sync at Base 3.10.0
- goa_utils_store_credentials_for_object_sync at Base 3.10.0
- goa_web_view_add_cookies at Base 3.10.0
- goa_web_view_fake_mobile at Base 3.10.0
- goa_web_view_get_type at Base 3.10.0
- goa_web_view_get_view at Base 3.10.0
- goa_web_view_new at Base 3.10.0
- goa_windows_live_provider_get_type at Base 3.10.0
- goa_yahoo_provider_get_type at Base 3.10.0
- nautilus_floating_bar_add_action at Base 3.10.0
- nautilus_floating_bar_cleanup_actions at Base 3.10.0
- nautilus_floating_bar_get_type at Base 3.10.0
- nautilus_floating_bar_new at Base 3.10.0
- nautilus_floating_bar_set_label at Base 3.10.0
- nautilus_floating_bar_set_show_spinner at Base 3.10.0
- totem_subtitle_encoding_get_selected at Base 3.10.0
- totem_subtitle_encoding_init at Base 3.10.0
- totem_subtitle_encoding_set at Base 3.10.0
- tpaw_account_settings_apply_async at Base 3.10.0
- tpaw_account_settings_apply_finish at Base 3.10.0
- tpaw_account_settings_discard_changes at Base 3.10.0
- tpaw_account_settings_dup_default at Base 3.10.0
- tpaw_account_settings_dup_string at Base 3.10.0
- tpaw_account_settings_dup_strv at Base 3.10.0
- tpaw_account_settings_dup_tp_params at Base 3.10.0
- tpaw_account_settings_get_account at Base 3.10.0
- tpaw_account_settings_get_boolean at Base 3.10.0
- tpaw_account_settings_get_cm at Base 3.10.0
- tpaw_account_settings_get_dbus_signature at Base 3.10.0
- tpaw_account_settings_get_display_name at Base 3.10.0
- tpaw_account_settings_get_icon_name at Base 3.10.0
- tpaw_account_settings_get_int32 at Base 3.10.0
- tpaw_account_settings_get_int64 at Base 3.10.0
- tpaw_account_settings_get_protocol at Base 3.10.0
- tpaw_account_settings_get_service at Base 3.10.0
- tpaw_account_settings_get_tp_protocol at Base 3.10.0
- tpaw_account_settings_get_type at Base 3.10.0
- tpaw_account_settings_get_uint32 at Base 3.10.0
- tpaw_account_settings_get_uint64 at Base 3.10.0
- tpaw_account_settings_has_account at Base 3.10.0
- tpaw_account_settings_has_uri_scheme_tel at Base 3.10.0
- tpaw_account_settings_have_tp_param at Base 3.10.0
- tpaw_account_settings_is_ready at Base 3.10.0
- tpaw_account_settings_is_valid at Base 3.10.0
- tpaw_account_settings_new at Base 3.10.0
- tpaw_account_settings_new_for_account at Base 3.10.0
- tpaw_account_settings_param_is_supported at Base 3.10.0
- tpaw_account_settings_parameter_is_valid at Base 3.10.0
- tpaw_account_settings_set at Base 3.10.0
- tpaw_account_settings_set_display_name_async at Base 3.10.0
- tpaw_account_settings_set_display_name_finish at Base 3.10.0
- tpaw_account_settings_set_icon_name_async at Base 3.10.0
- tpaw_account_settings_set_icon_name_finish at Base 3.10.0
- tpaw_account_settings_set_regex at Base 3.10.0
- tpaw_account_settings_set_remember_password at Base 3.10.0
- tpaw_account_settings_set_service at Base 3.10.0
- tpaw_account_settings_set_storage_provider at Base 3.10.0
- tpaw_account_settings_set_uri_scheme_tel at Base 3.10.0
- tpaw_account_settings_supports_sasl at Base 3.10.0
- tpaw_account_settings_unset at Base 3.10.0
- tpaw_account_widget_apply_and_log_in at Base 3.10.0
- tpaw_account_widget_changed at Base 3.10.0
- tpaw_account_widget_contains_pending_changes at Base 3.10.0
- tpaw_account_widget_discard_pending_changes at Base 3.10.0
- tpaw_account_widget_get_default_display_name at Base 3.10.0
- tpaw_account_widget_get_settings at Base 3.10.0
- tpaw_account_widget_get_type at Base 3.10.0
- tpaw_account_widget_handle_params at Base 3.10.0
- tpaw_account_widget_hide_buttons at Base 3.10.0
- tpaw_account_widget_irc_build at Base 3.10.0
- tpaw_account_widget_irc_build_simple at Base 3.10.0
- tpaw_account_widget_new_for_protocol at Base 3.10.0
- tpaw_account_widget_set_account_param at Base 3.10.0
- tpaw_account_widget_set_other_accounts_exist at Base 3.10.0
- tpaw_account_widget_set_password_param at Base 3.10.0
- tpaw_account_widget_setup_widget at Base 3.10.0
- tpaw_account_widget_sip_build at Base 3.10.0
- tpaw_account_widgets_get_resource at Base 3.10.0
- tpaw_add_link_markup at Base 3.10.0
- tpaw_avatar_chooser_apply_async at Base 3.10.0
- tpaw_avatar_chooser_apply_finish at Base 3.10.0
- tpaw_avatar_chooser_get_type at Base 3.10.0
- tpaw_avatar_chooser_new at Base 3.10.0
- tpaw_builder_connect at Base 3.10.0
- tpaw_builder_get_file at Base 3.10.0
- tpaw_builder_get_resource at Base 3.10.0
- tpaw_builder_unref_and_keep_widget at Base 3.10.0
- tpaw_calendar_button_get_date at Base 3.10.0
- tpaw_calendar_button_get_type at Base 3.10.0
- tpaw_calendar_button_new at Base 3.10.0
- tpaw_calendar_button_set_date at Base 3.10.0
- tpaw_camera_device_monitor_coldplug at Base 3.10.0
- tpaw_camera_device_monitor_get_type at Base 3.10.0
- tpaw_camera_device_monitor_new at Base 3.10.0
- tpaw_camera_get_type at Base 3.10.0
- tpaw_camera_monitor_dup_singleton at Base 3.10.0
- tpaw_camera_monitor_get_available at Base 3.10.0
- tpaw_camera_monitor_get_cameras at Base 3.10.0
- tpaw_camera_monitor_get_type at Base 3.10.0
- tpaw_camera_monitor_new at Base 3.10.0
- tpaw_connect_new_account at Base 3.10.0
- tpaw_connection_managers_dup_singleton at Base 3.10.0
- tpaw_connection_managers_get_cm at Base 3.10.0
- tpaw_connection_managers_get_cms at Base 3.10.0
- tpaw_connection_managers_get_cms_num at Base 3.10.0
- tpaw_connection_managers_get_type at Base 3.10.0
- tpaw_connection_managers_is_ready at Base 3.10.0
- tpaw_connection_managers_prepare_async at Base 3.10.0
- tpaw_connection_managers_prepare_finish at Base 3.10.0
- tpaw_connection_managers_update at Base 3.10.0
- tpaw_contact_info_field_cmp at Base 3.10.0
- tpaw_contact_info_field_label at Base 3.10.0
- tpaw_contact_info_field_spec_cmp at Base 3.10.0
- tpaw_contact_info_get_field_names at Base 3.10.0
- tpaw_contact_info_lookup_field at Base 3.10.0
- tpaw_debug at Base 3.10.0
- tpaw_debug_flag_is_set at Base 3.10.0
- tpaw_debug_free at Base 3.10.0
- tpaw_debug_set_flags at Base 3.10.0
- tpaw_duration_to_string at Base 3.10.0
- tpaw_filename_from_icon_name at Base 3.10.0
- tpaw_get_toplevel_window at Base 3.10.0
- tpaw_irc_network_activate at Base 3.10.0
- tpaw_irc_network_append_server at Base 3.10.0
- tpaw_irc_network_chooser_dialog_get_changed at Base 3.10.0
- tpaw_irc_network_chooser_dialog_get_network at Base 3.10.0
- tpaw_irc_network_chooser_dialog_get_type at Base 3.10.0
- tpaw_irc_network_chooser_dialog_new at Base 3.10.0
- tpaw_irc_network_chooser_get_network at Base 3.10.0
- tpaw_irc_network_chooser_get_type at Base 3.10.0
- tpaw_irc_network_chooser_new at Base 3.10.0
- tpaw_irc_network_dialog_show at Base 3.10.0
- tpaw_irc_network_get_charset at Base 3.10.0
- tpaw_irc_network_get_name at Base 3.10.0
- tpaw_irc_network_get_servers at Base 3.10.0
- tpaw_irc_network_get_type at Base 3.10.0
- tpaw_irc_network_manager_add at Base 3.10.0
- tpaw_irc_network_manager_dup_default at Base 3.10.0
- tpaw_irc_network_manager_find_network_by_address at Base 3.10.0
- tpaw_irc_network_manager_get_dropped_networks at Base 3.10.0
- tpaw_irc_network_manager_get_networks at Base 3.10.0
- tpaw_irc_network_manager_get_type at Base 3.10.0
- tpaw_irc_network_manager_new at Base 3.10.0
- tpaw_irc_network_manager_remove at Base 3.10.0
- tpaw_irc_network_new at Base 3.10.0
- tpaw_irc_network_remove_server at Base 3.10.0
- tpaw_irc_network_set_server_position at Base 3.10.0
- tpaw_irc_server_get_type at Base 3.10.0
- tpaw_irc_server_new at Base 3.10.0
- tpaw_keyring_delete_account_password_async at Base 3.10.0
- tpaw_keyring_delete_account_password_finish at Base 3.10.0
- tpaw_keyring_get_account_password_async at Base 3.10.0
- tpaw_keyring_get_account_password_finish at Base 3.10.0
- tpaw_keyring_get_room_password_async at Base 3.10.0
- tpaw_keyring_get_room_password_finish at Base 3.10.0
- tpaw_keyring_set_account_password_async at Base 3.10.0
- tpaw_keyring_set_account_password_finish at Base 3.10.0
- tpaw_keyring_set_room_password_async at Base 3.10.0
- tpaw_keyring_set_room_password_finish at Base 3.10.0
- tpaw_live_search_get_hook_widget at Base 3.10.0
- tpaw_live_search_get_text at Base 3.10.0
- tpaw_live_search_get_type at Base 3.10.0
- tpaw_live_search_get_words at Base 3.10.0
- tpaw_live_search_match at Base 3.10.0
- tpaw_live_search_match_string at Base 3.10.0
- tpaw_live_search_match_words at Base 3.10.0
- tpaw_live_search_new at Base 3.10.0
- tpaw_live_search_set_hook_widget at Base 3.10.0
- tpaw_live_search_set_text at Base 3.10.0
- tpaw_live_search_strip_utf8_string at Base 3.10.0
- tpaw_make_absolute_url at Base 3.10.0
- tpaw_make_absolute_url_len at Base 3.10.0
- tpaw_make_color_whiter at Base 3.10.0
- tpaw_pixbuf_from_data at Base 3.10.0
- tpaw_pixbuf_from_data_and_mime at Base 3.10.0
- tpaw_pixbuf_from_icon_name at Base 3.10.0
- tpaw_pixbuf_from_icon_name_sized at Base 3.10.0
- tpaw_pixbuf_scale_down_if_necessary at Base 3.10.0
- tpaw_protocol_create_account_settings at Base 3.10.0
- tpaw_protocol_get_all_async at Base 3.10.0
- tpaw_protocol_get_all_finish at Base 3.10.0
- tpaw_protocol_get_cm at Base 3.10.0
- tpaw_protocol_get_cm_name at Base 3.10.0
- tpaw_protocol_get_display_name at Base 3.10.0
- tpaw_protocol_get_icon_name at Base 3.10.0
- tpaw_protocol_get_protocol_name at Base 3.10.0
- tpaw_protocol_get_service_name at Base 3.10.0
- tpaw_protocol_get_type at Base 3.10.0
- tpaw_protocol_icon_name at Base 3.10.0
- tpaw_protocol_name_to_display_name at Base 3.10.0
- tpaw_service_name_to_display_name at Base 3.10.0
- tpaw_string_match_all at Base 3.10.0
- tpaw_string_match_link at Base 3.10.0
- tpaw_string_parser_substr at Base 3.10.0
- tpaw_string_replace_escaped at Base 3.10.0
- tpaw_string_replace_link at Base 3.10.0
- tpaw_time_get_current at Base 3.10.0
- tpaw_time_to_string_local at Base 3.10.0
- tpaw_time_to_string_relative at Base 3.10.0
- tpaw_time_to_string_utc at Base 3.10.0
- tpaw_user_info_apply_async at Base 3.10.0
- tpaw_user_info_apply_finish at Base 3.10.0
- tpaw_user_info_discard at Base 3.10.0
- tpaw_user_info_get_type at Base 3.10.0
- tpaw_user_info_new at Base 3.10.0
- tpaw_window_present at Base 3.10.0
- tpaw_window_present_with_time at Base 3.10.0
- tpaw_xml_validate_from_resource at Base 3.10.0
Modified: desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-common.install?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-common.install [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-common.install [utf-8] Mon Oct 14 15:02:50 2013
@@ -1,2 +1,3 @@
usr/share/locale
usr/share/gnome-online-accounts/*.css
+usr/share/gnome-online-accounts/irc-networks.xml
Modified: desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-dev.install?rev=39882&op=diff
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-dev.install [utf-8] (original)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-1.0-dev.install [utf-8] Mon Oct 14 15:02:50 2013
@@ -1,5 +1,5 @@
-usr/include/*
-usr/lib/*/pkgconfig/*
-usr/lib/*/*.so
+usr/include/goa-1.0/goa/*
+usr/lib/*/pkgconfig/goa-1.0.pc
+usr/lib/*/*goa-1.0.so
usr/share/gir-1.0/*.gir
usr/lib/*/goa-1.0/include/goaconfig.h
Added: desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.install?rev=39882&op=file
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.install (added)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.install [utf-8] Mon Oct 14 15:02:50 2013
@@ -0,0 +1 @@
+usr/lib/*/*backend-1.0.so.*
Added: desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.symbols?rev=39882&op=file
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.symbols (added)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-1.symbols [utf-8] Mon Oct 14 15:02:50 2013
@@ -0,0 +1,574 @@
+libgoa-backend-1.0.so.1 libgoa-backend-1.0-1 #MINVER#
+ goa_editable_label_get_editable at Base 3.10.0
+ goa_editable_label_get_scale at Base 3.10.0
+ goa_editable_label_get_text at Base 3.10.0
+ goa_editable_label_get_type at Base 3.10.0
+ goa_editable_label_get_weight at Base 3.10.0
+ goa_editable_label_new at Base 3.10.0
+ goa_editable_label_set_editable at Base 3.10.0
+ goa_editable_label_set_scale at Base 3.10.0
+ goa_editable_label_set_text at Base 3.10.0
+ goa_editable_label_set_weight at Base 3.10.0
+ goa_ews_client_autodiscover at Base 3.10.0
+ goa_ews_client_autodiscover_finish at Base 3.10.0
+ goa_ews_client_autodiscover_sync at Base 3.10.0
+ goa_ews_client_get_type at Base 3.10.0
+ goa_ews_client_new at Base 3.10.0
+ goa_exchange_provider_get_type at Base 3.10.0
+ goa_facebook_provider_get_type at Base 3.10.0
+ goa_flickr_provider_get_type at Base 3.10.0
+ goa_google_provider_get_type at Base 3.10.0
+ goa_http_client_check at Base 3.10.0
+ goa_http_client_check_finish at Base 3.10.0
+ goa_http_client_check_sync at Base 3.10.0
+ goa_http_client_get_type at Base 3.10.0
+ goa_http_client_new at Base 3.10.0
+ goa_identity_service_identity_dup_identifier at Base 3.10.0
+ goa_identity_service_identity_get_expiration_timestamp at Base 3.10.0
+ goa_identity_service_identity_get_identifier at Base 3.10.0
+ goa_identity_service_identity_get_is_signed_in at Base 3.10.0
+ goa_identity_service_identity_get_type at Base 3.10.0
+ goa_identity_service_identity_interface_info at Base 3.10.0
+ goa_identity_service_identity_override_properties at Base 3.10.0
+ goa_identity_service_identity_proxy_get_type at Base 3.10.0
+ goa_identity_service_identity_proxy_new at Base 3.10.0
+ goa_identity_service_identity_proxy_new_finish at Base 3.10.0
+ goa_identity_service_identity_proxy_new_for_bus at Base 3.10.0
+ goa_identity_service_identity_proxy_new_for_bus_finish at Base 3.10.0
+ goa_identity_service_identity_proxy_new_for_bus_sync at Base 3.10.0
+ goa_identity_service_identity_proxy_new_sync at Base 3.10.0
+ goa_identity_service_identity_set_expiration_timestamp at Base 3.10.0
+ goa_identity_service_identity_set_identifier at Base 3.10.0
+ goa_identity_service_identity_set_is_signed_in at Base 3.10.0
+ goa_identity_service_identity_skeleton_get_type at Base 3.10.0
+ goa_identity_service_identity_skeleton_new at Base 3.10.0
+ goa_identity_service_manager_call_exchange_secret_keys at Base 3.10.0
+ goa_identity_service_manager_call_exchange_secret_keys_finish at Base 3.10.0
+ goa_identity_service_manager_call_exchange_secret_keys_sync at Base 3.10.0
+ goa_identity_service_manager_call_sign_in at Base 3.10.0
+ goa_identity_service_manager_call_sign_in_finish at Base 3.10.0
+ goa_identity_service_manager_call_sign_in_sync at Base 3.10.0
+ goa_identity_service_manager_call_sign_out at Base 3.10.0
+ goa_identity_service_manager_call_sign_out_finish at Base 3.10.0
+ goa_identity_service_manager_call_sign_out_sync at Base 3.10.0
+ goa_identity_service_manager_complete_exchange_secret_keys at Base 3.10.0
+ goa_identity_service_manager_complete_sign_in at Base 3.10.0
+ goa_identity_service_manager_complete_sign_out at Base 3.10.0
+ goa_identity_service_manager_get_type at Base 3.10.0
+ goa_identity_service_manager_interface_info at Base 3.10.0
+ goa_identity_service_manager_override_properties at Base 3.10.0
+ goa_identity_service_manager_proxy_get_type at Base 3.10.0
+ goa_identity_service_manager_proxy_new at Base 3.10.0
+ goa_identity_service_manager_proxy_new_finish at Base 3.10.0
+ goa_identity_service_manager_proxy_new_for_bus at Base 3.10.0
+ goa_identity_service_manager_proxy_new_for_bus_finish at Base 3.10.0
+ goa_identity_service_manager_proxy_new_for_bus_sync at Base 3.10.0
+ goa_identity_service_manager_proxy_new_sync at Base 3.10.0
+ goa_identity_service_manager_skeleton_get_type at Base 3.10.0
+ goa_identity_service_manager_skeleton_new at Base 3.10.0
+ goa_identity_service_object_get_identity at Base 3.10.0
+ goa_identity_service_object_get_manager at Base 3.10.0
+ goa_identity_service_object_get_type at Base 3.10.0
+ goa_identity_service_object_manager_client_get_proxy_type at Base 3.10.0
+ goa_identity_service_object_manager_client_get_type at Base 3.10.0
+ goa_identity_service_object_manager_client_new at Base 3.10.0
+ goa_identity_service_object_manager_client_new_finish at Base 3.10.0
+ goa_identity_service_object_manager_client_new_for_bus at Base 3.10.0
+ goa_identity_service_object_manager_client_new_for_bus_finish at Base 3.10.0
+ goa_identity_service_object_manager_client_new_for_bus_sync at Base 3.10.0
+ goa_identity_service_object_manager_client_new_sync at Base 3.10.0
+ goa_identity_service_object_peek_identity at Base 3.10.0
+ goa_identity_service_object_peek_manager at Base 3.10.0
+ goa_identity_service_object_proxy_get_type at Base 3.10.0
+ goa_identity_service_object_proxy_new at Base 3.10.0
+ goa_identity_service_object_skeleton_get_type at Base 3.10.0
+ goa_identity_service_object_skeleton_new at Base 3.10.0
+ goa_identity_service_object_skeleton_set_identity at Base 3.10.0
+ goa_identity_service_object_skeleton_set_manager at Base 3.10.0
+ goa_imap_auth_login_get_type at Base 3.10.0
+ goa_imap_auth_login_new at Base 3.10.0
+ goa_imap_smtp_provider_get_type at Base 3.10.0
+ goa_kerberos_provider_get_type at Base 3.10.0
+ goa_log at Base 3.10.0
+ goa_log_init at Base 3.10.0
+ goa_mail_auth_get_input at Base 3.10.0
+ goa_mail_auth_get_output at Base 3.10.0
+ goa_mail_auth_get_type at Base 3.10.0
+ goa_mail_auth_is_needed at Base 3.10.0
+ goa_mail_auth_run at Base 3.10.0
+ goa_mail_auth_run_finish at Base 3.10.0
+ goa_mail_auth_run_sync at Base 3.10.0
+ goa_mail_auth_set_input at Base 3.10.0
+ goa_mail_auth_set_output at Base 3.10.0
+ goa_mail_auth_starttls at Base 3.10.0
+ goa_mail_auth_starttls_finish at Base 3.10.0
+ goa_mail_auth_starttls_sync at Base 3.10.0
+ goa_mail_client_check at Base 3.10.0
+ goa_mail_client_check_finish at Base 3.10.0
+ goa_mail_client_check_sync at Base 3.10.0
+ goa_mail_client_get_type at Base 3.10.0
+ goa_mail_client_new at Base 3.10.0
+ goa_oauth2_provider_add_account_key_values at Base 3.10.0
+ goa_oauth2_provider_build_authorization_uri at Base 3.10.0
+ goa_oauth2_provider_get_access_token_sync at Base 3.10.0
+ goa_oauth2_provider_get_authentication_cookie at Base 3.10.0
+ goa_oauth2_provider_get_authorization_uri at Base 3.10.0
+ goa_oauth2_provider_get_client_id at Base 3.10.0
+ goa_oauth2_provider_get_client_secret at Base 3.10.0
+ goa_oauth2_provider_get_identity_sync at Base 3.10.0
+ goa_oauth2_provider_get_redirect_uri at Base 3.10.0
+ goa_oauth2_provider_get_scope at Base 3.10.0
+ goa_oauth2_provider_get_token_uri at Base 3.10.0
+ goa_oauth2_provider_get_type at Base 3.10.0
+ goa_oauth2_provider_get_use_external_browser at Base 3.10.0
+ goa_oauth2_provider_get_use_mobile_browser at Base 3.10.0
+ goa_oauth2_provider_is_deny_node at Base 3.10.0
+ goa_oauth2_provider_is_identity_node at Base 3.10.0
+ goa_oauth2_provider_is_password_node at Base 3.10.0
+ goa_oauth_provider_add_account_key_values at Base 3.10.0
+ goa_oauth_provider_build_authorization_uri at Base 3.10.0
+ goa_oauth_provider_get_access_token_sync at Base 3.10.0
+ goa_oauth_provider_get_authentication_cookie at Base 3.10.0
+ goa_oauth_provider_get_authorization_uri at Base 3.10.0
+ goa_oauth_provider_get_callback_uri at Base 3.10.0
+ goa_oauth_provider_get_consumer_key at Base 3.10.0
+ goa_oauth_provider_get_consumer_secret at Base 3.10.0
+ goa_oauth_provider_get_identity_sync at Base 3.10.0
+ goa_oauth_provider_get_request_uri at Base 3.10.0
+ goa_oauth_provider_get_request_uri_params at Base 3.10.0
+ goa_oauth_provider_get_token_uri at Base 3.10.0
+ goa_oauth_provider_get_type at Base 3.10.0
+ goa_oauth_provider_get_use_external_browser at Base 3.10.0
+ goa_oauth_provider_get_use_mobile_browser at Base 3.10.0
+ goa_oauth_provider_is_deny_node at Base 3.10.0
+ goa_oauth_provider_is_identity_node at Base 3.10.0
+ goa_oauth_provider_is_password_node at Base 3.10.0
+ goa_oauth_provider_parse_request_token_error at Base 3.10.0
+ goa_owncloud_provider_get_type at Base 3.10.0
+ goa_provider_add_account at Base 3.10.0
+ goa_provider_build_object at Base 3.10.0
+ goa_provider_ensure_credentials at Base 3.10.0
+ goa_provider_ensure_credentials_finish at Base 3.10.0
+ goa_provider_ensure_credentials_sync at Base 3.10.0
+ goa_provider_ensure_extension_points_registered at Base 3.10.0
+ goa_provider_factory_get_provider at Base 3.10.0
+ goa_provider_factory_get_providers at Base 3.10.0
+ goa_provider_factory_get_providers_finish at Base 3.10.0
+ goa_provider_factory_get_type at Base 3.10.0
+ goa_provider_features_get_type at Base 3.10.0
+ goa_provider_get_all at Base 3.10.0
+ goa_provider_get_all_finish at Base 3.10.0
+ goa_provider_get_credentials_generation at Base 3.10.0
+ goa_provider_get_for_provider_type at Base 3.10.0
+ goa_provider_get_preseed_data at Base 3.10.0
+ goa_provider_get_provider_features at Base 3.10.0
+ goa_provider_get_provider_group at Base 3.10.0
+ goa_provider_get_provider_icon at Base 3.10.0
+ goa_provider_get_provider_name at Base 3.10.0
+ goa_provider_get_provider_type at Base 3.10.0
+ goa_provider_get_type at Base 3.10.0
+ goa_provider_group_get_type at Base 3.10.0
+ goa_provider_refresh_account at Base 3.10.0
+ goa_provider_set_preseed_data at Base 3.10.0
+ goa_provider_show_account at Base 3.10.0
+ goa_realm_common_call_change_login_policy at Base 3.10.0
+ goa_realm_common_call_change_login_policy_finish at Base 3.10.0
+ goa_realm_common_call_change_login_policy_sync at Base 3.10.0
+ goa_realm_common_call_deconfigure at Base 3.10.0
+ goa_realm_common_call_deconfigure_finish at Base 3.10.0
+ goa_realm_common_call_deconfigure_sync at Base 3.10.0
+ goa_realm_common_complete_change_login_policy at Base 3.10.0
+ goa_realm_common_complete_deconfigure at Base 3.10.0
+ goa_realm_common_dup_configured at Base 3.10.0
+ goa_realm_common_dup_details at Base 3.10.0
+ goa_realm_common_dup_login_formats at Base 3.10.0
+ goa_realm_common_dup_login_policy at Base 3.10.0
+ goa_realm_common_dup_name at Base 3.10.0
+ goa_realm_common_dup_permitted_logins at Base 3.10.0
+ goa_realm_common_dup_supported_interfaces at Base 3.10.0
+ goa_realm_common_get_configured at Base 3.10.0
+ goa_realm_common_get_details at Base 3.10.0
+ goa_realm_common_get_login_formats at Base 3.10.0
+ goa_realm_common_get_login_policy at Base 3.10.0
+ goa_realm_common_get_name at Base 3.10.0
+ goa_realm_common_get_permitted_logins at Base 3.10.0
+ goa_realm_common_get_supported_interfaces at Base 3.10.0
+ goa_realm_common_get_type at Base 3.10.0
+ goa_realm_common_interface_info at Base 3.10.0
+ goa_realm_common_override_properties at Base 3.10.0
+ goa_realm_common_proxy_get_type at Base 3.10.0
+ goa_realm_common_proxy_new at Base 3.10.0
+ goa_realm_common_proxy_new_finish at Base 3.10.0
+ goa_realm_common_proxy_new_for_bus at Base 3.10.0
+ goa_realm_common_proxy_new_for_bus_finish at Base 3.10.0
+ goa_realm_common_proxy_new_for_bus_sync at Base 3.10.0
+ goa_realm_common_proxy_new_sync at Base 3.10.0
+ goa_realm_common_set_configured at Base 3.10.0
+ goa_realm_common_set_details at Base 3.10.0
+ goa_realm_common_set_login_formats at Base 3.10.0
+ goa_realm_common_set_login_policy at Base 3.10.0
+ goa_realm_common_set_name at Base 3.10.0
+ goa_realm_common_set_permitted_logins at Base 3.10.0
+ goa_realm_common_set_supported_interfaces at Base 3.10.0
+ goa_realm_common_skeleton_get_type at Base 3.10.0
+ goa_realm_common_skeleton_new at Base 3.10.0
+ goa_realm_kerberos_dup_domain_name at Base 3.10.0
+ goa_realm_kerberos_dup_realm_name at Base 3.10.0
+ goa_realm_kerberos_get_domain_name at Base 3.10.0
+ goa_realm_kerberos_get_realm_name at Base 3.10.0
+ goa_realm_kerberos_get_type at Base 3.10.0
+ goa_realm_kerberos_interface_info at Base 3.10.0
+ goa_realm_kerberos_membership_call_join at Base 3.10.0
+ goa_realm_kerberos_membership_call_join_finish at Base 3.10.0
+ goa_realm_kerberos_membership_call_join_sync at Base 3.10.0
+ goa_realm_kerberos_membership_call_leave at Base 3.10.0
+ goa_realm_kerberos_membership_call_leave_finish at Base 3.10.0
+ goa_realm_kerberos_membership_call_leave_sync at Base 3.10.0
+ goa_realm_kerberos_membership_complete_join at Base 3.10.0
+ goa_realm_kerberos_membership_complete_leave at Base 3.10.0
+ goa_realm_kerberos_membership_dup_suggested_administrator at Base 3.10.0
+ goa_realm_kerberos_membership_dup_supported_join_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_dup_supported_leave_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_get_suggested_administrator at Base 3.10.0
+ goa_realm_kerberos_membership_get_supported_join_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_get_supported_leave_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_get_type at Base 3.10.0
+ goa_realm_kerberos_membership_interface_info at Base 3.10.0
+ goa_realm_kerberos_membership_override_properties at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_get_type at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new_finish at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new_for_bus at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new_for_bus_finish at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new_for_bus_sync at Base 3.10.0
+ goa_realm_kerberos_membership_proxy_new_sync at Base 3.10.0
+ goa_realm_kerberos_membership_set_suggested_administrator at Base 3.10.0
+ goa_realm_kerberos_membership_set_supported_join_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_set_supported_leave_credentials at Base 3.10.0
+ goa_realm_kerberos_membership_skeleton_get_type at Base 3.10.0
+ goa_realm_kerberos_membership_skeleton_new at Base 3.10.0
+ goa_realm_kerberos_override_properties at Base 3.10.0
+ goa_realm_kerberos_proxy_get_type at Base 3.10.0
+ goa_realm_kerberos_proxy_new at Base 3.10.0
+ goa_realm_kerberos_proxy_new_finish at Base 3.10.0
+ goa_realm_kerberos_proxy_new_for_bus at Base 3.10.0
+ goa_realm_kerberos_proxy_new_for_bus_finish at Base 3.10.0
+ goa_realm_kerberos_proxy_new_for_bus_sync at Base 3.10.0
+ goa_realm_kerberos_proxy_new_sync at Base 3.10.0
+ goa_realm_kerberos_set_domain_name at Base 3.10.0
+ goa_realm_kerberos_set_realm_name at Base 3.10.0
+ goa_realm_kerberos_skeleton_get_type at Base 3.10.0
+ goa_realm_kerberos_skeleton_new at Base 3.10.0
+ goa_realm_object_get_common at Base 3.10.0
+ goa_realm_object_get_kerberos at Base 3.10.0
+ goa_realm_object_get_kerberos_membership at Base 3.10.0
+ goa_realm_object_get_provider at Base 3.10.0
+ goa_realm_object_get_service at Base 3.10.0
+ goa_realm_object_get_type at Base 3.10.0
+ goa_realm_object_manager_client_get_proxy_type at Base 3.10.0
+ goa_realm_object_manager_client_get_type at Base 3.10.0
+ goa_realm_object_manager_client_new at Base 3.10.0
+ goa_realm_object_manager_client_new_finish at Base 3.10.0
+ goa_realm_object_manager_client_new_for_bus at Base 3.10.0
+ goa_realm_object_manager_client_new_for_bus_finish at Base 3.10.0
+ goa_realm_object_manager_client_new_for_bus_sync at Base 3.10.0
+ goa_realm_object_manager_client_new_sync at Base 3.10.0
+ goa_realm_object_peek_common at Base 3.10.0
+ goa_realm_object_peek_kerberos at Base 3.10.0
+ goa_realm_object_peek_kerberos_membership at Base 3.10.0
+ goa_realm_object_peek_provider at Base 3.10.0
+ goa_realm_object_peek_service at Base 3.10.0
+ goa_realm_object_proxy_get_type at Base 3.10.0
+ goa_realm_object_proxy_new at Base 3.10.0
+ goa_realm_object_skeleton_get_type at Base 3.10.0
+ goa_realm_object_skeleton_new at Base 3.10.0
+ goa_realm_object_skeleton_set_common at Base 3.10.0
+ goa_realm_object_skeleton_set_kerberos at Base 3.10.0
+ goa_realm_object_skeleton_set_kerberos_membership at Base 3.10.0
+ goa_realm_object_skeleton_set_provider at Base 3.10.0
+ goa_realm_object_skeleton_set_service at Base 3.10.0
+ goa_realm_provider_call_discover at Base 3.10.0
+ goa_realm_provider_call_discover_finish at Base 3.10.0
+ goa_realm_provider_call_discover_sync at Base 3.10.0
+ goa_realm_provider_complete_discover at Base 3.10.0
+ goa_realm_provider_dup_name at Base 3.10.0
+ goa_realm_provider_dup_realms at Base 3.10.0
+ goa_realm_provider_dup_version at Base 3.10.0
+ goa_realm_provider_get_name at Base 3.10.0
+ goa_realm_provider_get_realms at Base 3.10.0
+ goa_realm_provider_get_type at Base 3.10.0
+ goa_realm_provider_get_version at Base 3.10.0
+ goa_realm_provider_interface_info at Base 3.10.0
+ goa_realm_provider_override_properties at Base 3.10.0
+ goa_realm_provider_proxy_get_type at Base 3.10.0
+ goa_realm_provider_proxy_new at Base 3.10.0
+ goa_realm_provider_proxy_new_finish at Base 3.10.0
+ goa_realm_provider_proxy_new_for_bus at Base 3.10.0
+ goa_realm_provider_proxy_new_for_bus_finish at Base 3.10.0
+ goa_realm_provider_proxy_new_for_bus_sync at Base 3.10.0
+ goa_realm_provider_proxy_new_sync at Base 3.10.0
+ goa_realm_provider_set_name at Base 3.10.0
+ goa_realm_provider_set_realms at Base 3.10.0
+ goa_realm_provider_set_version at Base 3.10.0
+ goa_realm_provider_skeleton_get_type at Base 3.10.0
+ goa_realm_provider_skeleton_new at Base 3.10.0
+ goa_realm_service_call_cancel at Base 3.10.0
+ goa_realm_service_call_cancel_finish at Base 3.10.0
+ goa_realm_service_call_cancel_sync at Base 3.10.0
+ goa_realm_service_call_release at Base 3.10.0
+ goa_realm_service_call_release_finish at Base 3.10.0
+ goa_realm_service_call_release_sync at Base 3.10.0
+ goa_realm_service_call_set_locale at Base 3.10.0
+ goa_realm_service_call_set_locale_finish at Base 3.10.0
+ goa_realm_service_call_set_locale_sync at Base 3.10.0
+ goa_realm_service_complete_cancel at Base 3.10.0
+ goa_realm_service_complete_release at Base 3.10.0
+ goa_realm_service_complete_set_locale at Base 3.10.0
+ goa_realm_service_emit_diagnostics at Base 3.10.0
+ goa_realm_service_get_type at Base 3.10.0
+ goa_realm_service_interface_info at Base 3.10.0
+ goa_realm_service_override_properties at Base 3.10.0
+ goa_realm_service_proxy_get_type at Base 3.10.0
+ goa_realm_service_proxy_new at Base 3.10.0
+ goa_realm_service_proxy_new_finish at Base 3.10.0
+ goa_realm_service_proxy_new_for_bus at Base 3.10.0
+ goa_realm_service_proxy_new_for_bus_finish at Base 3.10.0
+ goa_realm_service_proxy_new_for_bus_sync at Base 3.10.0
+ goa_realm_service_proxy_new_sync at Base 3.10.0
+ goa_realm_service_skeleton_get_type at Base 3.10.0
+ goa_realm_service_skeleton_new at Base 3.10.0
+ goa_smtp_auth_plain_get_type at Base 3.10.0
+ goa_smtp_auth_plain_new at Base 3.10.0
+ goa_spinner_button_get_type at Base 3.10.0
+ goa_spinner_button_new_from_stock at Base 3.10.0
+ goa_spinner_button_set_label at Base 3.10.0
+ goa_spinner_button_start at Base 3.10.0
+ goa_spinner_button_stop at Base 3.10.0
+ goa_telepathy_factory_get_type at Base 3.10.0
+ goa_telepathy_provider_get_type at Base 3.10.0
+ goa_telepathy_provider_new_from_protocol at Base 3.10.0
+ goa_telepathy_provider_new_from_protocol_name at Base 3.10.0
+ goa_twitter_provider_get_type at Base 3.10.0
+ goa_util_account_notify_property_cb at Base 3.10.0
+ goa_util_add_account_info at Base 3.10.0
+ goa_util_add_row_switch_from_keyfile_with_blurb at Base 3.10.0
+ goa_util_add_row_widget at Base 3.10.0
+ goa_util_lookup_keyfile_boolean at Base 3.10.0
+ goa_util_lookup_keyfile_string at Base 3.10.0
+ goa_utils_check_duplicate at Base 3.10.0
+ goa_utils_delete_credentials_sync at Base 3.10.0
+ goa_utils_keyfile_remove_key at Base 3.10.0
+ goa_utils_keyfile_set_boolean at Base 3.10.0
+ goa_utils_keyfile_set_string at Base 3.10.0
+ goa_utils_lookup_credentials_sync at Base 3.10.0
+ goa_utils_parse_email_address at Base 3.10.0
+ goa_utils_set_dialog_title at Base 3.10.0
+ goa_utils_set_error_ssl at Base 3.10.0
+ goa_utils_store_credentials_for_id_sync at Base 3.10.0
+ goa_utils_store_credentials_for_object_sync at Base 3.10.0
+ goa_web_view_add_cookies at Base 3.10.0
+ goa_web_view_fake_mobile at Base 3.10.0
+ goa_web_view_get_type at Base 3.10.0
+ goa_web_view_get_view at Base 3.10.0
+ goa_web_view_new at Base 3.10.0
+ goa_windows_live_provider_get_type at Base 3.10.0
+ goa_yahoo_provider_get_type at Base 3.10.0
+ nautilus_floating_bar_add_action at Base 3.10.0
+ nautilus_floating_bar_cleanup_actions at Base 3.10.0
+ nautilus_floating_bar_get_type at Base 3.10.0
+ nautilus_floating_bar_new at Base 3.10.0
+ nautilus_floating_bar_set_label at Base 3.10.0
+ nautilus_floating_bar_set_show_spinner at Base 3.10.0
+ totem_subtitle_encoding_get_selected at Base 3.10.0
+ totem_subtitle_encoding_init at Base 3.10.0
+ totem_subtitle_encoding_set at Base 3.10.0
+ tpaw_account_settings_apply_async at Base 3.10.0
+ tpaw_account_settings_apply_finish at Base 3.10.0
+ tpaw_account_settings_discard_changes at Base 3.10.0
+ tpaw_account_settings_dup_default at Base 3.10.0
+ tpaw_account_settings_dup_string at Base 3.10.0
+ tpaw_account_settings_dup_strv at Base 3.10.0
+ tpaw_account_settings_dup_tp_params at Base 3.10.0
+ tpaw_account_settings_get_account at Base 3.10.0
+ tpaw_account_settings_get_boolean at Base 3.10.0
+ tpaw_account_settings_get_cm at Base 3.10.0
+ tpaw_account_settings_get_dbus_signature at Base 3.10.0
+ tpaw_account_settings_get_display_name at Base 3.10.0
+ tpaw_account_settings_get_icon_name at Base 3.10.0
+ tpaw_account_settings_get_int32 at Base 3.10.0
+ tpaw_account_settings_get_int64 at Base 3.10.0
+ tpaw_account_settings_get_protocol at Base 3.10.0
+ tpaw_account_settings_get_service at Base 3.10.0
+ tpaw_account_settings_get_tp_protocol at Base 3.10.0
+ tpaw_account_settings_get_type at Base 3.10.0
+ tpaw_account_settings_get_uint32 at Base 3.10.0
+ tpaw_account_settings_get_uint64 at Base 3.10.0
+ tpaw_account_settings_has_account at Base 3.10.0
+ tpaw_account_settings_has_uri_scheme_tel at Base 3.10.0
+ tpaw_account_settings_have_tp_param at Base 3.10.0
+ tpaw_account_settings_is_ready at Base 3.10.0
+ tpaw_account_settings_is_valid at Base 3.10.0
+ tpaw_account_settings_new at Base 3.10.0
+ tpaw_account_settings_new_for_account at Base 3.10.0
+ tpaw_account_settings_param_is_supported at Base 3.10.0
+ tpaw_account_settings_parameter_is_valid at Base 3.10.0
+ tpaw_account_settings_set at Base 3.10.0
+ tpaw_account_settings_set_display_name_async at Base 3.10.0
+ tpaw_account_settings_set_display_name_finish at Base 3.10.0
+ tpaw_account_settings_set_icon_name_async at Base 3.10.0
+ tpaw_account_settings_set_icon_name_finish at Base 3.10.0
+ tpaw_account_settings_set_regex at Base 3.10.0
+ tpaw_account_settings_set_remember_password at Base 3.10.0
+ tpaw_account_settings_set_service at Base 3.10.0
+ tpaw_account_settings_set_storage_provider at Base 3.10.0
+ tpaw_account_settings_set_uri_scheme_tel at Base 3.10.0
+ tpaw_account_settings_supports_sasl at Base 3.10.0
+ tpaw_account_settings_unset at Base 3.10.0
+ tpaw_account_widget_apply_and_log_in at Base 3.10.0
+ tpaw_account_widget_changed at Base 3.10.0
+ tpaw_account_widget_contains_pending_changes at Base 3.10.0
+ tpaw_account_widget_discard_pending_changes at Base 3.10.0
+ tpaw_account_widget_get_default_display_name at Base 3.10.0
+ tpaw_account_widget_get_settings at Base 3.10.0
+ tpaw_account_widget_get_type at Base 3.10.0
+ tpaw_account_widget_handle_params at Base 3.10.0
+ tpaw_account_widget_hide_buttons at Base 3.10.0
+ tpaw_account_widget_irc_build at Base 3.10.0
+ tpaw_account_widget_irc_build_simple at Base 3.10.0
+ tpaw_account_widget_new_for_protocol at Base 3.10.0
+ tpaw_account_widget_set_account_param at Base 3.10.0
+ tpaw_account_widget_set_other_accounts_exist at Base 3.10.0
+ tpaw_account_widget_set_password_param at Base 3.10.0
+ tpaw_account_widget_setup_widget at Base 3.10.0
+ tpaw_account_widget_sip_build at Base 3.10.0
+ tpaw_account_widgets_get_resource at Base 3.10.0
+ tpaw_add_link_markup at Base 3.10.0
+ tpaw_avatar_chooser_apply_async at Base 3.10.0
+ tpaw_avatar_chooser_apply_finish at Base 3.10.0
+ tpaw_avatar_chooser_get_type at Base 3.10.0
+ tpaw_avatar_chooser_new at Base 3.10.0
+ tpaw_builder_connect at Base 3.10.0
+ tpaw_builder_get_file at Base 3.10.0
+ tpaw_builder_get_resource at Base 3.10.0
+ tpaw_builder_unref_and_keep_widget at Base 3.10.0
+ tpaw_calendar_button_get_date at Base 3.10.0
+ tpaw_calendar_button_get_type at Base 3.10.0
+ tpaw_calendar_button_new at Base 3.10.0
+ tpaw_calendar_button_set_date at Base 3.10.0
+ tpaw_camera_device_monitor_coldplug at Base 3.10.0
+ tpaw_camera_device_monitor_get_type at Base 3.10.0
+ tpaw_camera_device_monitor_new at Base 3.10.0
+ tpaw_camera_get_type at Base 3.10.0
+ tpaw_camera_monitor_dup_singleton at Base 3.10.0
+ tpaw_camera_monitor_get_available at Base 3.10.0
+ tpaw_camera_monitor_get_cameras at Base 3.10.0
+ tpaw_camera_monitor_get_type at Base 3.10.0
+ tpaw_camera_monitor_new at Base 3.10.0
+ tpaw_connect_new_account at Base 3.10.0
+ tpaw_connection_managers_dup_singleton at Base 3.10.0
+ tpaw_connection_managers_get_cm at Base 3.10.0
+ tpaw_connection_managers_get_cms at Base 3.10.0
+ tpaw_connection_managers_get_cms_num at Base 3.10.0
+ tpaw_connection_managers_get_type at Base 3.10.0
+ tpaw_connection_managers_is_ready at Base 3.10.0
+ tpaw_connection_managers_prepare_async at Base 3.10.0
+ tpaw_connection_managers_prepare_finish at Base 3.10.0
+ tpaw_connection_managers_update at Base 3.10.0
+ tpaw_contact_info_field_cmp at Base 3.10.0
+ tpaw_contact_info_field_label at Base 3.10.0
+ tpaw_contact_info_field_spec_cmp at Base 3.10.0
+ tpaw_contact_info_get_field_names at Base 3.10.0
+ tpaw_contact_info_lookup_field at Base 3.10.0
+ tpaw_debug at Base 3.10.0
+ tpaw_debug_flag_is_set at Base 3.10.0
+ tpaw_debug_free at Base 3.10.0
+ tpaw_debug_set_flags at Base 3.10.0
+ tpaw_duration_to_string at Base 3.10.0
+ tpaw_filename_from_icon_name at Base 3.10.0
+ tpaw_get_toplevel_window at Base 3.10.0
+ tpaw_irc_network_activate at Base 3.10.0
+ tpaw_irc_network_append_server at Base 3.10.0
+ tpaw_irc_network_chooser_dialog_get_changed at Base 3.10.0
+ tpaw_irc_network_chooser_dialog_get_network at Base 3.10.0
+ tpaw_irc_network_chooser_dialog_get_type at Base 3.10.0
+ tpaw_irc_network_chooser_dialog_new at Base 3.10.0
+ tpaw_irc_network_chooser_get_network at Base 3.10.0
+ tpaw_irc_network_chooser_get_type at Base 3.10.0
+ tpaw_irc_network_chooser_new at Base 3.10.0
+ tpaw_irc_network_dialog_show at Base 3.10.0
+ tpaw_irc_network_get_charset at Base 3.10.0
+ tpaw_irc_network_get_name at Base 3.10.0
+ tpaw_irc_network_get_servers at Base 3.10.0
+ tpaw_irc_network_get_type at Base 3.10.0
+ tpaw_irc_network_manager_add at Base 3.10.0
+ tpaw_irc_network_manager_dup_default at Base 3.10.0
+ tpaw_irc_network_manager_find_network_by_address at Base 3.10.0
+ tpaw_irc_network_manager_get_dropped_networks at Base 3.10.0
+ tpaw_irc_network_manager_get_networks at Base 3.10.0
+ tpaw_irc_network_manager_get_type at Base 3.10.0
+ tpaw_irc_network_manager_new at Base 3.10.0
+ tpaw_irc_network_manager_remove at Base 3.10.0
+ tpaw_irc_network_new at Base 3.10.0
+ tpaw_irc_network_remove_server at Base 3.10.0
+ tpaw_irc_network_set_server_position at Base 3.10.0
+ tpaw_irc_server_get_type at Base 3.10.0
+ tpaw_irc_server_new at Base 3.10.0
+ tpaw_keyring_delete_account_password_async at Base 3.10.0
+ tpaw_keyring_delete_account_password_finish at Base 3.10.0
+ tpaw_keyring_get_account_password_async at Base 3.10.0
+ tpaw_keyring_get_account_password_finish at Base 3.10.0
+ tpaw_keyring_get_room_password_async at Base 3.10.0
+ tpaw_keyring_get_room_password_finish at Base 3.10.0
+ tpaw_keyring_set_account_password_async at Base 3.10.0
+ tpaw_keyring_set_account_password_finish at Base 3.10.0
+ tpaw_keyring_set_room_password_async at Base 3.10.0
+ tpaw_keyring_set_room_password_finish at Base 3.10.0
+ tpaw_live_search_get_hook_widget at Base 3.10.0
+ tpaw_live_search_get_text at Base 3.10.0
+ tpaw_live_search_get_type at Base 3.10.0
+ tpaw_live_search_get_words at Base 3.10.0
+ tpaw_live_search_match at Base 3.10.0
+ tpaw_live_search_match_string at Base 3.10.0
+ tpaw_live_search_match_words at Base 3.10.0
+ tpaw_live_search_new at Base 3.10.0
+ tpaw_live_search_set_hook_widget at Base 3.10.0
+ tpaw_live_search_set_text at Base 3.10.0
+ tpaw_live_search_strip_utf8_string at Base 3.10.0
+ tpaw_make_absolute_url at Base 3.10.0
+ tpaw_make_absolute_url_len at Base 3.10.0
+ tpaw_make_color_whiter at Base 3.10.0
+ tpaw_pixbuf_from_data at Base 3.10.0
+ tpaw_pixbuf_from_data_and_mime at Base 3.10.0
+ tpaw_pixbuf_from_icon_name at Base 3.10.0
+ tpaw_pixbuf_from_icon_name_sized at Base 3.10.0
+ tpaw_pixbuf_scale_down_if_necessary at Base 3.10.0
+ tpaw_protocol_create_account_settings at Base 3.10.0
+ tpaw_protocol_get_all_async at Base 3.10.0
+ tpaw_protocol_get_all_finish at Base 3.10.0
+ tpaw_protocol_get_cm at Base 3.10.0
+ tpaw_protocol_get_cm_name at Base 3.10.0
+ tpaw_protocol_get_display_name at Base 3.10.0
+ tpaw_protocol_get_icon_name at Base 3.10.0
+ tpaw_protocol_get_protocol_name at Base 3.10.0
+ tpaw_protocol_get_service_name at Base 3.10.0
+ tpaw_protocol_get_type at Base 3.10.0
+ tpaw_protocol_icon_name at Base 3.10.0
+ tpaw_protocol_name_to_display_name at Base 3.10.0
+ tpaw_service_name_to_display_name at Base 3.10.0
+ tpaw_string_match_all at Base 3.10.0
+ tpaw_string_match_link at Base 3.10.0
+ tpaw_string_parser_substr at Base 3.10.0
+ tpaw_string_replace_escaped at Base 3.10.0
+ tpaw_string_replace_link at Base 3.10.0
+ tpaw_time_get_current at Base 3.10.0
+ tpaw_time_to_string_local at Base 3.10.0
+ tpaw_time_to_string_relative at Base 3.10.0
+ tpaw_time_to_string_utc at Base 3.10.0
+ tpaw_user_info_apply_async at Base 3.10.0
+ tpaw_user_info_apply_finish at Base 3.10.0
+ tpaw_user_info_discard at Base 3.10.0
+ tpaw_user_info_get_type at Base 3.10.0
+ tpaw_user_info_new at Base 3.10.0
+ tpaw_window_present at Base 3.10.0
+ tpaw_window_present_with_time at Base 3.10.0
+ tpaw_xml_validate_from_resource at Base 3.10.0
Added: desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-dev.install?rev=39882&op=file
==============================================================================
--- desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-dev.install (added)
+++ desktop/experimental/gnome-online-accounts/debian/libgoa-backend-1.0-dev.install [utf-8] Mon Oct 14 15:02:50 2013
@@ -0,0 +1,3 @@
+usr/include/goa-1.0/goabackend/*
+usr/lib/*/pkgconfig/*backend*
+usr/lib/*/*backend-1.0.so
More information about the pkg-gnome-commits
mailing list