summaryrefslogtreecommitdiff
path: root/src/up-daemon.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-02-07 21:35:18 +0000
committerRichard Hughes <richard@hughsie.com>2010-02-07 21:35:18 +0000
commitb9d7b8aea91ff857ff2216e4f83eae01e775b3d2 (patch)
tree41823eb53b9e45b98712e4b0f7bd7bcd3e93ad84 /src/up-daemon.c
parent8e3791afe481b7272d35877d11ab26b4c131383b (diff)
downloadupower-b9d7b8aea91ff857ff2216e4f83eae01e775b3d2.tar.gz
trivial: Fix up a void marshalling type
Diffstat (limited to 'src/up-daemon.c')
-rw-r--r--src/up-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-daemon.c b/src/up-daemon.c
index df9de4b..f94a37c 100644
--- a/src/up-daemon.c
+++ b/src/up-daemon.c
@@ -1081,7 +1081,7 @@ up_daemon_class_init (UpDaemonClass *klass)
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED,
0, NULL, NULL,
- g_cclosure_marshal_VOID__BOOLEAN,
+ g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);