aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-22 18:47:42 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-22 18:47:42 +0800
commit7a9419aee96508202a1e888731cf2ec4a391d55e (patch)
treee17e91ae407c49df8d545494c76f828468e42ee3 /libempathy/empathy-tp-chat.h
parent487dce67876a1cf4a186cbaa65123f91e663e8f8 (diff)
downloadgsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar.gz
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar.bz2
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar.lz
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar.xz
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.tar.zst
gsoc2013-empathy-7a9419aee96508202a1e888731cf2ec4a391d55e.zip
2007-06-22 Xavier Claessens <xclaesse@gmail.com>
* libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@170 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index 55bbfcd3d..ce4e2a836 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -30,8 +30,8 @@
#include <libmissioncontrol/mc-account.h>
-#include "gossip-message.h"
-#include "gossip-contact.h"
+#include "empathy-message.h"
+#include "empathy-contact.h"
G_BEGIN_DECLS
@@ -58,10 +58,10 @@ struct _EmpathyTpChatClass {
GType empathy_tp_chat_get_type (void) G_GNUC_CONST;
EmpathyTpChat *empathy_tp_chat_new (McAccount *account,
TpChan *tp_chan);
-EmpathyTpChat *empathy_tp_chat_new_with_contact (GossipContact *contact);
+EmpathyTpChat *empathy_tp_chat_new_with_contact (EmpathyContact *contact);
void empathy_tp_chat_request_pending (EmpathyTpChat *chat);
void empathy_tp_chat_send (EmpathyTpChat *chat,
- GossipMessage *message);
+ EmpathyMessage *message);
void empathy_tp_chat_set_state (EmpathyTpChat *chat,
TelepathyChannelChatState state);
const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat);