diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-16 23:08:21 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:20 +0800 |
commit | b2106701b42a161c3aa954e29909e66e5b6fc898 (patch) | |
tree | 36a7f73219c51466edb0c7a34d021c0f0124fb7d /docs/libempathy | |
parent | fed60ea90914c7b2a55699a41ba532b405a255a0 (diff) | |
download | gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar.gz gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar.bz2 gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar.lz gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar.xz gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.tar.zst gsoc2013-empathy-b2106701b42a161c3aa954e29909e66e5b6fc898.zip |
Update doc templates
Diffstat (limited to 'docs/libempathy')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 5 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index f3291f772..5c6c3ca4e 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -16,6 +16,8 @@ <title>API Reference</title> <chapter id="libempathy_api"> <title>libempathy API reference</title> + <xi:include href="xml/api-index-deprecated.xml"/> + <xi:include href="xml/api-index-full.xml"/> <xi:include href="xml/empathy-account-manager.xml"/> <xi:include href="xml/empathy-call-factory.xml"/> <xi:include href="xml/empathy-call-handler.xml"/> @@ -29,10 +31,13 @@ <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-ft-factory.xml"/> + <xi:include href="xml/empathy-ft-handler.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-location.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"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index 26040474e..9da0bbe18 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -14,6 +14,9 @@ empathy_capabilities_get_type empathy_debug_flags_get_type empathy_dispatch_operation_state_get_type empathy_tp_call_status_get_type +empathy_ft_error_enum_get_type +empathy_ft_factory_get_type +empathy_ft_handler_get_type empathy_idle_get_type empathy_irc_network_get_type empathy_irc_network_manager_get_type |