diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:52 +0800 |
commit | ca97f4b5e39414b564aeaebb88dca517b4404f9a (patch) | |
tree | b0d7803ca1f30b74fdb7a1dc4a014047d17647a1 /docs/libempathy | |
parent | ef9c76a259f6e565e8cf39cf209185d41b80e556 (diff) | |
download | gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar.gz gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar.bz2 gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar.lz gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar.xz gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.tar.zst gsoc2013-empathy-ca97f4b5e39414b564aeaebb88dca517b4404f9a.zip |
Update doc
svn path=/trunk/; revision=2417
Diffstat (limited to 'docs/libempathy')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 4 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index 1828db033..7dc9dd3bf 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -17,6 +17,8 @@ <chapter id="libempathy_api"> <title>libempathy API reference</title> <xi:include href="xml/empathy-account-manager.xml"/> + <xi:include href="xml/empathy-call-factory.xml"/> + <xi:include href="xml/empathy-call-handler.xml"/> <xi:include href="xml/empathy-chatroom-manager.xml"/> <xi:include href="xml/empathy-chatroom.xml"/> <xi:include href="xml/empathy-contact-factory.xml"/> @@ -25,8 +27,8 @@ <xi:include href="xml/empathy-contact-manager.xml"/> <xi:include href="xml/empathy-contact-monitor.xml"/> <xi:include href="xml/empathy-contact.xml"/> - <xi:include href="xml/empathy-dispatcher.xml"/> <xi:include href="xml/empathy-dispatch-operation.xml"/> + <xi:include href="xml/empathy-dispatcher.xml"/> <xi:include href="xml/empathy-enum-types.xml"/> <xi:include href="xml/empathy-idle.xml"/> <xi:include href="xml/empathy-irc-network-manager.xml"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index e1b0d9822..f866971e0 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -1,14 +1,16 @@ empathy_account_manager_get_type -empathy_chatroom_get_type +empathy_call_factory_get_type +empathy_call_handler_get_type empathy_chatroom_manager_get_type +empathy_chatroom_get_type empathy_contact_factory_get_type -empathy_contact_get_type -empathy_avatar_get_type empathy_contact_list_get_type empathy_contact_manager_get_type empathy_contact_monitor_get_type -empathy_dispatcher_get_type +empathy_contact_get_type +empathy_avatar_get_type empathy_dispatch_operation_get_type +empathy_dispatcher_get_type empathy_capabilities_get_type empathy_contact_ready_get_type empathy_debug_flags_get_type @@ -16,8 +18,8 @@ empathy_dispatch_operation_state_get_type empathy_tp_call_status_get_type empathy_tube_type_get_type empathy_idle_get_type -empathy_irc_network_get_type empathy_irc_network_manager_get_type +empathy_irc_network_get_type empathy_irc_server_get_type empathy_log_manager_get_type empathy_message_get_type |