[gnome-power-manager] Correct the type of the fully-charged signal. Fixes #588259
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-power-manager] Correct the type of the fully-charged signal. Fixes #588259
- Date: Sat, 11 Jul 2009 08:00:42 +0000 (UTC)
commit bb409051e3dc731068f34e1afdedbba808ed9029
Author: Richard Hughes <richard hughsie com>
Date: Sat Jul 11 08:57:59 2009 +0100
Correct the type of the fully-charged signal. Fixes #588259
src/gpm-engine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpm-engine.c b/src/gpm-engine.c
index d650525..9e630bc 100644
--- a/src/gpm-engine.c
+++ b/src/gpm-engine.c
@@ -1104,7 +1104,7 @@ gpm_engine_class_init (GpmEngineClass *klass)
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GpmEngineClass, fully_charged),
- NULL, NULL, g_cclosure_marshal_VOID__UINT,
+ NULL, NULL, g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 1, G_TYPE_POINTER);
signals [DISCHARGING] =
g_signal_new ("discharging",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]