summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-specialized-thumbnailer.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-05 15:31:13 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-05 15:31:13 +0200
commitb5d3d3e7c7578883a6be766a6ec7cdda18b294c5 (patch)
tree8568971126a51eb392c17553c11fda2e7152fc24 /tumblerd/tumbler-specialized-thumbnailer.c
parent88bd699be2ce252010a93cb2e327d0395b2aaab6 (diff)
downloadtumbler-b5d3d3e7c7578883a6be766a6ec7cdda18b294c5.tar.gz
Register marshallers for specialized thumbnailer signals.
Diffstat (limited to 'tumblerd/tumbler-specialized-thumbnailer.c')
-rw-r--r--tumblerd/tumbler-specialized-thumbnailer.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/tumblerd/tumbler-specialized-thumbnailer.c b/tumblerd/tumbler-specialized-thumbnailer.c
index f4734d9..02960ae 100644
--- a/tumblerd/tumbler-specialized-thumbnailer.c
+++ b/tumblerd/tumbler-specialized-thumbnailer.c
@@ -192,6 +192,18 @@ tumbler_specialized_thumbnailer_constructed (GObject *object)
g_free (bus_path);
+ dbus_g_object_register_marshaller (g_cclosure_marshal_VOID__STRING,
+ G_TYPE_NONE,
+ G_TYPE_STRING,
+ G_TYPE_INVALID);
+
+ dbus_g_object_register_marshaller (tumbler_marshal_VOID__STRING_INT_STRING,
+ G_TYPE_NONE,
+ G_TYPE_STRING,
+ G_TYPE_INT,
+ G_TYPE_STRING,
+ G_TYPE_INVALID);
+
dbus_g_proxy_add_signal (thumbnailer->proxy, "Ready",
G_TYPE_STRING, G_TYPE_INVALID);