aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-10 05:06:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-10 05:06:58 +0800
commit8566eedace4bc9ffe440e3bd057b08a9f3810d09 (patch)
treeae2f0fe08a3d5cd2eaf28def4106a4bfa422da7e /libempathy-gtk/empathy-contact-list-view.c
parentb14a2d1a15a4fa17acd02afb6958ff57a8e0c6d6 (diff)
downloadgsoc2013-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-gtk/empathy-contact-list-view.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 1aea4dce4..7dbc9dd87 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -322,7 +322,7 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass)
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
- empathy_marshal_VOID__OBJECT_STRING_STRING,
+ _empathy_marshal_VOID__OBJECT_STRING_STRING,
G_TYPE_NONE,
3, EMPATHY_TYPE_CONTACT, G_TYPE_STRING, G_TYPE_STRING);