[pygobject] tests: Fix wrong return type in test_int64_callback()



commit 5285f14fee93d2729d4422c40a945adc2be69c14
Author: Martin Pitt <martinpitt gnome org>
Date:   Tue Sep 25 08:56:20 2012 +0200

    tests: Fix wrong return type in test_int64_callback()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684700

 tests/testhelpermodule.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testhelpermodule.c b/tests/testhelpermodule.c
index 608b8b1..bc83e9d 100644
--- a/tests/testhelpermodule.c
+++ b/tests/testhelpermodule.c
@@ -322,7 +322,7 @@ test_double_callback (GObject *object, double d)
   return d;
 }
 
-static gint64 *
+static gint64
 test_int64_callback (GObject *object, gint64 i)
 {
   g_return_val_if_fail (G_IS_OBJECT (object), -1);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]