]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add g_test_fail binding
authorRichard Schwarting <aquarichy@gmail.com>
Wed, 18 Jul 2012 15:22:34 +0000 (17:22 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 18 Jul 2012 15:22:34 +0000 (17:22 +0200)
Fixes bug 679361.

vapi/glib-2.0.vapi

index 94059639b6a329faafd1ec2dc99449d140ed799a..d29b322da6a3fed51d60283e567775a770919f1d 100644 (file)
@@ -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);