diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-25 12:57:56 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-25 13:49:33 +0000 |
commit | 9842a298e1f5435481451a9d5170edd24845d730 (patch) | |
tree | 03a54cd836e886b12f17124af5649cf25e4666cb /docs/reference | |
parent | 1220a993c87ea2d281eaa42de3c26d0054295689 (diff) |
Generate code for Account.Interface.Addressing
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index bc9d35c5d..bdabed843 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -2375,6 +2375,8 @@ TpMailNotificationFlags <INCLUDE>telepathy-glib/interfaces.h</INCLUDE> TP_IFACE_ACCOUNT TP_IFACE_QUARK_ACCOUNT +TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING +TP_IFACE_QUARK_ACCOUNT_INTERFACE_ADDRESSING TP_IFACE_ACCOUNT_INTERFACE_AVATAR TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR TP_IFACE_ACCOUNT_INTERFACE_STORAGE @@ -2547,6 +2549,7 @@ TP_PROP_ACCOUNT_ENABLED TP_PROP_ACCOUNT_HAS_BEEN_ONLINE TP_PROP_ACCOUNT_ICON TP_PROP_ACCOUNT_INTERFACES +TP_PROP_ACCOUNT_INTERFACE_ADDRESSING_URI_SCHEMES TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER @@ -2727,6 +2730,7 @@ TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5 TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009 <SUBSECTION Private> tp_iface_quark_account +tp_iface_quark_account_interface_addressing tp_iface_quark_account_interface_avatar tp_iface_quark_account_interface_storage tp_iface_quark_account_manager @@ -4011,6 +4015,18 @@ TP_SVC_ACCOUNT_INTERFACE_STORAGE TP_SVC_ACCOUNT_INTERFACE_STORAGE_GET_CLASS TP_TYPE_SVC_ACCOUNT_INTERFACE_STORAGE tp_svc_account_interface_storage_get_type +<SUBSECTION> +TpSvcAccountInterfaceAddressing +TpSvcAccountInterfaceAddressingClass +tp_svc_account_interface_addressing_implement_set_uri_scheme_association +tp_svc_account_interface_addressing_return_from_set_uri_scheme_association +tp_svc_account_interface_addressing_set_uri_scheme_association_impl +<SUBSECTION Standard> +TP_IS_SVC_ACCOUNT_INTERFACE_ADDRESSING +TP_SVC_ACCOUNT_INTERFACE_ADDRESSING +TP_SVC_ACCOUNT_INTERFACE_ADDRESSING_GET_CLASS +TP_TYPE_SVC_ACCOUNT_INTERFACE_ADDRESSING +tp_svc_account_interface_addressing_get_type </SECTION> <SECTION> @@ -4111,6 +4127,9 @@ tp_cli_account_connect_to_removed <SUBSECTION> tp_cli_account_interface_avatar_signal_callback_avatar_changed tp_cli_account_interface_avatar_connect_to_avatar_changed +<SUBSECTION> +tp_cli_account_interface_addressing_callback_for_set_uri_scheme_association +tp_cli_account_interface_addressing_call_set_uri_scheme_association <SUBSECTION Standard> TP_ACCOUNT TP_IS_ACCOUNT |