diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
commit | 8566eedace4bc9ffe440e3bd057b08a9f3810d09 (patch) | |
tree | ae2f0fe08a3d5cd2eaf28def4106a4bfa422da7e /libempathy/empathy-tp-group.c | |
parent | b14a2d1a15a4fa17acd02afb6958ff57a8e0c6d6 (diff) | |
download | gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.gz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.bz2 gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.lz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.xz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.zst gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.zip |
Do not export symbols outside the empathy_ namespace.
svn path=/trunk/; revision=613
Diffstat (limited to 'libempathy/empathy-tp-group.c')
-rw-r--r-- | libempathy/empathy-tp-group.c | 8 |
1 files changed, 4 insertions, 4 deletions
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); |