[vala] glib-2.0: Add g_test_fail binding



commit fd3566873995eb239b3d0886ecc4debe252e333e
Author: Richard Schwarting <aquarichy gmail com>
Date:   Wed Jul 18 17:22:34 2012 +0200

    glib-2.0: Add g_test_fail binding
    
    Fixes bug 679361.

 vapi/glib-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 9405963..d29b322 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3584,6 +3584,7 @@ namespace GLib {
 		public static void add_func (string testpath, Callback test_funcvoid);
 #endif
 		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9)] TestDataFunc test_funcvoid);
+		public static void fail ();
 		[PrintfFormat]
 		public static void message (string format, ...);
 		public static void bug_base (string uri_pattern);



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