diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:24 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:24 +0800 |
commit | ea6ed63f0452b2637efdde40213f25e14494c09a (patch) | |
tree | d838dfe8fdb0233502f2e0365a4d603b9805791e /docs/libempathy | |
parent | d20b7b80bd20ecac6b80d3b1914d073597bebc4d (diff) | |
download | gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar.gz gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar.bz2 gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar.lz gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar.xz gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.tar.zst gsoc2013-empathy-ea6ed63f0452b2637efdde40213f25e14494c09a.zip |
Update API doc.
svn path=/trunk/; revision=2206
Diffstat (limited to 'docs/libempathy')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 2 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index f15136233..1828db033 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -26,6 +26,7 @@ <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-enum-types.xml"/> <xi:include href="xml/empathy-idle.xml"/> <xi:include href="xml/empathy-irc-network-manager.xml"/> @@ -44,6 +45,7 @@ <xi:include href="xml/empathy-tp-roomlist.xml"/> <xi:include href="xml/empathy-tp-tube.xml"/> <xi:include href="xml/empathy-tube-handler.xml"/> + <xi:include href="xml/empathy-types.xml"/> <xi:include href="xml/empathy-utils.xml"/> </chapter> </part> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index 08e17f1d6..e1b0d9822 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -8,11 +8,13 @@ empathy_contact_list_get_type empathy_contact_manager_get_type empathy_contact_monitor_get_type empathy_dispatcher_get_type -empathy_dispatcher_tube_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_tube_type_get_type empathy_idle_get_type empathy_irc_network_get_type empathy_irc_network_manager_get_type |