diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-03-18 04:09:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-03-18 04:09:44 +0800 |
commit | 02b4d88d529250a3b806d498647715dcf9577c6b (patch) | |
tree | 37aaeed1be288b94d09d5bbbcaaa86d7a4986b21 /docs/libempathy | |
parent | 16dd246118fafd56cc940a2b277a70745ea83528 (diff) | |
download | gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar.gz gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar.bz2 gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar.lz gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar.xz gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.tar.zst gsoc2013-empathy-02b4d88d529250a3b806d498647715dcf9577c6b.zip |
Update API doc
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2708
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 7dc9dd3bf..a7e3df9b8 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -27,14 +27,16 @@ <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-dispatch-operation.xml"/> <xi:include href="xml/empathy-dispatcher.xml"/> + <xi:include href="xml/empathy-dispatch-operation.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"/> <xi:include href="xml/empathy-irc-network.xml"/> <xi:include href="xml/empathy-irc-server.xml"/> <xi:include href="xml/empathy-log-manager.xml"/> + <xi:include href="xml/empathy-log-store-empathy.xml"/> + <xi:include href="xml/empathy-log-store.xml"/> <xi:include href="xml/empathy-message.xml"/> <xi:include href="xml/empathy-status-presets.xml"/> <xi:include href="xml/empathy-time.xml"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index b7f0a8826..1a81ac671 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -1,26 +1,28 @@ empathy_account_manager_get_type empathy_call_factory_get_type empathy_call_handler_get_type -empathy_chatroom_manager_get_type empathy_chatroom_get_type +empathy_chatroom_manager_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_contact_get_type -empathy_avatar_get_type -empathy_dispatch_operation_get_type empathy_dispatcher_get_type +empathy_dispatch_operation_get_type empathy_capabilities_get_type empathy_contact_ready_get_type empathy_debug_flags_get_type empathy_dispatch_operation_state_get_type empathy_tp_call_status_get_type empathy_idle_get_type -empathy_irc_network_manager_get_type empathy_irc_network_get_type +empathy_irc_network_manager_get_type empathy_irc_server_get_type empathy_log_manager_get_type +empathy_log_store_empathy_get_type +empathy_log_store_get_type empathy_message_get_type empathy_tp_call_get_type empathy_tp_chat_get_type |