[vala/0.12] glib-2.0: Rename DataTestFunc to TestDataFunc
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.12] glib-2.0: Rename DataTestFunc to TestDataFunc
- Date: Sun, 29 May 2011 11:19:17 +0000 (UTC)
commit cb95a0de62844fe6741057ac5f30f41fa3e5b2a0
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Apr 19 22:21:14 2011 +0200
glib-2.0: Rename DataTestFunc to TestDataFunc
Fixes bug 645178.
vapi/glib-2.0.vapi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 3137ccb..00626f1 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3600,7 +3600,7 @@ namespace GLib {
public static bool quiet ();
public static int run ();
public static void add_func (string testpath, Callback test_funcvoid);
- public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9)] DataTestFunc test_funcvoid);
+ public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9)] TestDataFunc test_funcvoid);
[PrintfFormat]
public static void message (string format, ...);
public static void bug_base (string uri_pattern);
@@ -3648,7 +3648,7 @@ namespace GLib {
}
public delegate void TestFunc (void* fixture);
- public delegate void DataTestFunc ();
+ public delegate void TestDataFunc ();
[Flags]
[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]