From 8566eedace4bc9ffe440e3bd057b08a9f3810d09 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 9 Feb 2008 21:06:58 +0000 Subject: Do not export symbols outside the empathy_ namespace. svn path=/trunk/; revision=613 --- libempathy/empathy-tp-chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-tp-chat.c') diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 7a7f8dfec..5e166cac9 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -302,7 +302,7 @@ empathy_tp_chat_class_init (EmpathyTpChatClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_UINT, + _empathy_marshal_VOID__OBJECT_UINT, G_TYPE_NONE, 2, EMPATHY_TYPE_MESSAGE, G_TYPE_UINT); @@ -312,7 +312,7 @@ empathy_tp_chat_class_init (EmpathyTpChatClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_UINT, + _empathy_marshal_VOID__OBJECT_UINT, G_TYPE_NONE, 2, EMPATHY_TYPE_CONTACT, G_TYPE_UINT); -- cgit v1.2.3