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-group.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-tp-group.c') diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c index 30a0097c6..c20bf2053 100644 --- a/libempathy/empathy-tp-group.c +++ b/libempathy/empathy-tp-group.c @@ -501,7 +501,7 @@ empathy_tp_group_class_init (EmpathyTpGroupClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, + _empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, G_TYPE_NONE, 4, EMPATHY_TYPE_CONTACT, EMPATHY_TYPE_CONTACT, G_TYPE_UINT, G_TYPE_STRING); @@ -511,7 +511,7 @@ empathy_tp_group_class_init (EmpathyTpGroupClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, + _empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, G_TYPE_NONE, 4, EMPATHY_TYPE_CONTACT, EMPATHY_TYPE_CONTACT, G_TYPE_UINT, G_TYPE_STRING); @@ -521,7 +521,7 @@ empathy_tp_group_class_init (EmpathyTpGroupClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, + _empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, G_TYPE_NONE, 4, EMPATHY_TYPE_CONTACT, EMPATHY_TYPE_CONTACT, G_TYPE_UINT, G_TYPE_STRING); @@ -531,7 +531,7 @@ empathy_tp_group_class_init (EmpathyTpGroupClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, + _empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING, G_TYPE_NONE, 4, EMPATHY_TYPE_CONTACT, EMPATHY_TYPE_CONTACT, G_TYPE_UINT, G_TYPE_STRING); -- cgit v1.2.3