diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2008-07-24 15:13:06 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@luon.net> | 2008-07-24 15:13:06 +0000 |
commit | d8c4cc194c842e9fe2899b52be9fc52f9174b573 (patch) | |
tree | c31cfb49e732c45e6c5ea7c21afe81d513f5ba1e /docs | |
parent | bfe25005d390bf1528bbf62d67693911e797e04d (diff) |
Add SimplePresence to the documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index a8239244c..ec73fb2fe 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -604,6 +604,22 @@ TP_TYPE_SVC_CONNECTION tp_svc_connection_get_type TP_SVC_CONNECTION_GET_CLASS <SUBSECTION> +TpSvcConnectionInterfaceSimplePresence +TpSvcConnectionInterfaceSimplePresenceClass +tp_svc_connection_interface_simple_presence_emit_presences_changed +tp_svc_connection_interface_simple_presence_get_presences_impl +tp_svc_connection_interface_simple_presence_implement_get_presences +tp_svc_connection_interface_simple_presence_implement_set_presence +tp_svc_connection_interface_simple_presence_return_from_get_presences +tp_svc_connection_interface_simple_presence_return_from_set_presence +tp_svc_connection_interface_simple_presence_set_presence_impl +<SUBSECTION Standard> +TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE +TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE +TP_IS_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE +tp_svc_connection_interface_simple_presence_get_type +TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE_GET_CLASS +<SUBSECTION> TpSvcConnectionInterfacePresence TpSvcConnectionInterfacePresenceClass tp_svc_connection_interface_presence_add_status_impl @@ -854,6 +870,12 @@ TP_ARRAY_TYPE_CAPABILITY_PAIR_LIST TP_STRUCT_TYPE_CONTACT_CAPABILITY TP_ARRAY_TYPE_CONTACT_CAPABILITY_LIST <SUBSECTION> +# Connection - SimplePresence +TP_HASH_TYPE_SIMPLE_CONTACT_PRESENCES +TP_HASH_TYPE_SIMPLE_STATUS_SPEC_MAP +TP_STRUCT_TYPE_SIMPLE_PRESENCE +TP_STRUCT_TYPE_SIMPLE_STATUS_SPEC +<SUBSECTION> # Connection - Presence (0.16) TP_HASH_TYPE_CONTACT_PRESENCES TP_HASH_TYPE_MULTIPLE_STATUS_MAP @@ -927,9 +949,11 @@ tp_type_dbus_array_uuuuuu tp_type_dbus_array_uv tp_type_dbus_hash_s_28ubba_7bss_7d_29 tp_type_dbus_hash_sa_7bsv_7d +tp_type_dbus_hash_s_28ubb_29 tp_type_dbus_hash_ss tp_type_dbus_hash_sv tp_type_dbus_hash_u_28ua_7bsa_7bsv_7d_7d_29 +tp_type_dbus_hash_u_28uss_29 tp_type_dbus_hash_uau tp_type_dbus_struct_osuu tp_type_dbus_struct_sq @@ -937,8 +961,10 @@ tp_type_dbus_struct_su tp_type_dbus_struct_susv tp_type_dbus_struct_sy tp_type_dbus_struct_ua_7bsa_7bsv_7d_7d +tp_type_dbus_struct_ubb tp_type_dbus_struct_ubba_7bss_7d tp_type_dbus_struct_us +tp_type_dbus_struct_uss tp_type_dbus_struct_usa_7bsv_7d tp_type_dbus_struct_ussu tp_type_dbus_struct_usuu @@ -1059,6 +1085,8 @@ tp_presence_mixin_finalize tp_presence_mixin_emit_presence_update tp_presence_mixin_emit_one_presence_update tp_presence_mixin_iface_init +tp_presence_mixin_simple_presence_iface_init +tp_presence_mixin_simple_presence_init_dbus_properties <SUBSECTION Private> TP_PRESENCE_MIXIN_CLASS_OFFSET_QUARK TP_PRESENCE_MIXIN_CLASS_OFFSET @@ -1444,6 +1472,8 @@ TP_IFACE_CONNECTION_INTERFACE_AVATARS TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES +TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE +TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE TP_IFACE_CONNECTION_INTERFACE_PRESENCE TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE TP_IFACE_CHANNEL @@ -1498,6 +1528,7 @@ tp_iface_quark_connection tp_iface_quark_connection_interface_aliasing tp_iface_quark_connection_interface_avatars tp_iface_quark_connection_interface_capabilities +tp_iface_quark_connection_interface_simple_presence tp_iface_quark_connection_interface_presence tp_iface_quark_connection_manager tp_iface_quark_dbus_daemon @@ -1996,6 +2027,16 @@ tp_cli_connection_interface_capabilities_signal_callback_capabilities_changed <FILE>connection-presence</FILE> <TITLE>connection-presence</TITLE> <INCLUDE>telepathy-glib/connection.h</INCLUDE> +<SUBSECTION Simple presence> +tp_cli_connection_interface_simple_presence_run_get_presences +tp_cli_connection_interface_simple_presence_run_set_presence +tp_cli_connection_interface_simple_presence_call_get_presences +tp_cli_connection_interface_simple_presence_call_set_presence +tp_cli_connection_interface_simple_presence_callback_for_get_presences +tp_cli_connection_interface_simple_presence_callback_for_set_presence +tp_cli_connection_interface_simple_presence_connect_to_presences_changed +tp_cli_connection_interface_simple_presence_signal_callback_presences_changed +<SUBSECTION Presence> tp_cli_connection_interface_presence_run_add_status tp_cli_connection_interface_presence_run_clear_status tp_cli_connection_interface_presence_run_get_presence |