summaryrefslogtreecommitdiff
path: root/wocky/wocky-pep-service.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-21 16:09:15 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-09-25 10:35:01 +0100
commit2974927e81d77dc2223e31dbc04edb05feeadaf2 (patch)
tree77491950a78769df42972221a12059db19114ef1 /wocky/wocky-pep-service.c
parent2274057dbb094016e86a42fcd2c4d47f91d14807 (diff)
wocky-pep-service: use Wocky's signal marshallers
Diffstat (limited to 'wocky/wocky-pep-service.c')
-rw-r--r--wocky/wocky-pep-service.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/wocky/wocky-pep-service.c b/wocky/wocky-pep-service.c
index 0654327..6f5e9fc 100644
--- a/wocky/wocky-pep-service.c
+++ b/wocky/wocky-pep-service.c
@@ -22,8 +22,7 @@
#include <wocky/wocky-porter.h>
#include <wocky/wocky-utils.h>
#include <wocky/wocky-namespaces.h>
-
-#include "gabble-signals-marshal.h"
+#include <wocky/wocky-signals-marshal.h>
G_DEFINE_TYPE (WockyPepService, wocky_pep_service, G_TYPE_OBJECT)
@@ -195,7 +194,7 @@ wocky_pep_service_class_init (WockyPepServiceClass *wocky_pep_service_class)
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
0,
NULL, NULL,
- gabble_marshal_VOID__OBJECT_OBJECT,
+ _wocky_signals_marshal_VOID__OBJECT_OBJECT,
G_TYPE_NONE, 2, G_TYPE_OBJECT, G_TYPE_OBJECT);
}