aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.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/empathy-filter.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/empathy-filter.c')
-rw-r--r--libempathy/empathy-filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-filter.c b/libempathy/empathy-filter.c
index 700f9819b..fb8a5208e 100644
--- a/libempathy/empathy-filter.c
+++ b/libempathy/empathy-filter.c
@@ -78,7 +78,7 @@ empathy_filter_class_init (EmpathyFilterClass *klass)
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
- empathy_marshal_VOID__OBJECT_OBJECT,
+ _empathy_marshal_VOID__OBJECT_OBJECT,
G_TYPE_NONE,
2, TELEPATHY_CONN_TYPE, TELEPATHY_CHAN_TYPE);
@@ -88,7 +88,7 @@ empathy_filter_class_init (EmpathyFilterClass *klass)
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
- empathy_marshal_VOID__UINT_BOOLEAN,
+ _empathy_marshal_VOID__UINT_BOOLEAN,
G_TYPE_NONE,
2, G_TYPE_UINT, G_TYPE_BOOLEAN);