diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-28 01:34:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-28 01:34:44 +0800 |
commit | 891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35 (patch) | |
tree | ff5389343502b4121a6eebb5496edb6d83d52245 /docs | |
parent | 1403c791daa33f39c3dc86917c2f133ced2ae8f4 (diff) | |
download | gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar.gz gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar.bz2 gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar.lz gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar.xz gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.tar.zst gsoc2013-empathy-891dd64e17fe816e6bab0b1e1d3ea35eb61a2e35.zip |
Move avatar cache to ~/.cache and don't mix avatar from different contacts, tokens are not garanteed to be different.
svn path=/trunk/; revision=1128
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 1 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 18 |
2 files changed, 13 insertions, 6 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index 6e040b0cb..e3ca78b53 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -16,7 +16,6 @@ <title>API Reference</title> <chapter id="libempathy_api"> <title>libempathy API reference</title> - <xi:include href="xml/empathy-avatar.xml"/> <xi:include href="xml/empathy-chatroom-manager.xml"/> <xi:include href="xml/empathy-chatroom.xml"/> <xi:include href="xml/empathy-contact-factory.xml"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index dead1e5c4..87963c222 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -1,11 +1,23 @@ +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_dispatcher_get_type +empathy_dispatcher_tube_get_type +empathy_debug_flags_get_type empathy_reg_ex_type_get_type empathy_capabilities_get_type +empathy_contact_ready_get_type +empathy_tp_call_status_get_type empathy_idle_get_type +empathy_irc_network_get_type +empathy_irc_network_manager_get_type +empathy_irc_server_get_type empathy_log_manager_get_type empathy_message_get_type -empathy_tp_call_status_get_type empathy_tp_call_get_type empathy_tp_chat_get_type empathy_tp_contact_factory_get_type @@ -14,8 +26,4 @@ empathy_tp_group_get_type empathy_tp_roomlist_get_type empathy_tp_tube_get_type empathy_tube_handler_get_type -empathy_irc_server_get_type -empathy_irc_network_get_type -empathy_irc_network_manager_get_type -empathy_dispatcher_get_type |