[vala] glib-2.0: fix argument type of several TestCase constructor arguments
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: fix argument type of several TestCase constructor arguments
- Date: Thu, 29 Apr 2010 21:12:15 +0000 (UTC)
commit 2aadd1cefc2b70e1a12038f93d850dd62e3b39e2
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Apr 29 14:09:45 2010 -0700
glib-2.0: fix argument type of several TestCase constructor arguments
Fixes bug 617193.
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 6abd852..fb2aa4c 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3134,7 +3134,7 @@ namespace GLib {
[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
public class TestCase {
[CCode (cname = "g_test_create_case")]
- public TestCase (string test_name, [CCode (delegate_target_pos = 1.9, type = "void (*) ()")] TestFunc data_setup, [CCode (delegate_target_pos = 1.9, type = "void (*) ()")] TestFunc data_func, [CCode (delegate_target_pos = 1.9, type = "void (*) ()")] TestFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+ public TestCase (string test_name, [CCode (delegate_target_pos = 1.9, type = "void (*) (void)")] TestFunc data_setup, [CCode (delegate_target_pos = 1.9, type = "void (*) (void)")] TestFunc data_func, [CCode (delegate_target_pos = 1.9, type = "void (*) (void)")] TestFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
}
[Compact]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]