diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:42 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:42 +0800 |
commit | 68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e (patch) | |
tree | 0b88c1ce4eca207fc521f6a856db0a47887ae0e6 | |
parent | 95f4ae30b29e79c4a55f1b131a36aa1514bd7a8f (diff) | |
download | gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar.gz gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar.bz2 gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar.lz gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar.xz gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.tar.zst gsoc2013-empathy-68bfd7c8e82ceeea04b4bb12173b0c93ecbdf57e.zip |
Update API Docs.
svn path=/trunk/; revision=2076
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 2 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index 03e223060..f15136233 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -23,8 +23,10 @@ <xi:include href="xml/empathy-contact-groups.xml"/> <xi:include href="xml/empathy-contact-list.xml"/> <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-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"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index 49b398877..08e17f1d6 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -6,6 +6,7 @@ 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_dispatcher_tube_get_type empathy_capabilities_get_type |