diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-25 00:33:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-25 00:33:33 +0800 |
commit | a687b7c513d3bb967781f17dc5d247161bcffd8c (patch) | |
tree | 116b335b3c4fe96ddd09c64e9aa382516168af03 /docs | |
parent | ff21a5f6bfedae8ca32ac871ccad5c106e831b28 (diff) | |
download | gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar.gz gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar.bz2 gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar.lz gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar.xz gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.tar.zst gsoc2013-empathy-a687b7c513d3bb967781f17dc5d247161bcffd8c.zip |
Remove EmpathyPresence object and have "presence" and "presence-message" properties directly in EmpathyContact
svn path=/trunk/; revision=601
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 1 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index bcdc5d0ff..dbc8cb573 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -30,7 +30,6 @@ <xi:include href="xml/empathy-idle.xml"/> <xi:include href="xml/empathy-log-manager.xml"/> <xi:include href="xml/empathy-message.xml"/> - <xi:include href="xml/empathy-presence.xml"/> <xi:include href="xml/empathy-status-presets.xml"/> <xi:include href="xml/empathy-time.xml"/> <xi:include href="xml/empathy-tp-call.xml"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index e056cc834..28706f44f 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -8,7 +8,6 @@ empathy_filter_get_type empathy_idle_get_type empathy_log_manager_get_type empathy_message_get_gtype -empathy_presence_get_type empathy_tp_call_get_type empathy_tp_chat_get_type empathy_tp_chatroom_get_type |