[gcr] gcr: fix declaration of GcrParser::authenticate
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] gcr: fix declaration of GcrParser::authenticate
- Date: Tue, 31 Jul 2012 17:57:06 +0000 (UTC)
commit 72520b807a8b66f226f672f92384a3d25c81c9ca
Author: Dan Winship <danw gnome org>
Date: Tue Jul 31 11:39:31 2012 -0400
gcr: fix declaration of GcrParser::authenticate
gcr/gcr-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcr/gcr-parser.c b/gcr/gcr-parser.c
index 8074e36..4e1f31e 100644
--- a/gcr/gcr-parser.c
+++ b/gcr/gcr-parser.c
@@ -2315,7 +2315,7 @@ gcr_parser_class_init (GcrParserClass *klass)
signals[AUTHENTICATE] = g_signal_new ("authenticate", GCR_TYPE_PARSER,
G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GcrParserClass, authenticate),
g_signal_accumulator_true_handled, NULL, _gcr_marshal_BOOLEAN__INT,
- G_TYPE_BOOLEAN, 1, G_TYPE_POINTER);
+ G_TYPE_BOOLEAN, 1, G_TYPE_INT);
/**
* GcrParser::parsed:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]