aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-10 00:15:46 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-10 00:15:46 +0800
commit301616b9c05a55ef3c9395c4af0dc5dc40c7caed (patch)
tree69fcfc572adbd49ea1b76a52fb54896cf7e698d2 /libempathy
parent7cf4426c878b5a9f168ec316f9230b810c1ffd5a (diff)
downloadgsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar.gz
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar.bz2
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar.lz
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar.xz
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.tar.zst
gsoc2013-empathy-301616b9c05a55ef3c9395c4af0dc5dc40c7caed.zip
Correctly define the invalidated signal
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2194 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatch-operation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c
index def9e43e1..5619badaa 100644
--- a/libempathy/empathy-dispatch-operation.c
+++ b/libempathy/empathy-dispatch-operation.c
@@ -235,7 +235,7 @@ empathy_dispatch_operation_class_init (
0,
NULL, NULL,
_empathy_marshal_VOID__UINT_INT_STRING,
- G_TYPE_NONE, 0);
+ G_TYPE_NONE, 3, G_TYPE_UINT, G_TYPE_INT, G_TYPE_STRING);
param_spec = g_param_spec_object ("connection",
"connection", "The telepathy connection",