]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Some nullable arguments in GLib.Test.*
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 19 Oct 2016 07:16:37 +0000 (09:16 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 19 Oct 2016 07:16:37 +0000 (09:16 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=772964

vapi/glib-2.0.vapi

index 27f7a2ce015409cf48ebc6c9729880997883514d..dc9ffbedda7d0cc79e33df878f994e63f6118740 100644 (file)
@@ -4252,7 +4252,7 @@ namespace GLib {
                [Version (since = "2.38")]
                public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
                [Version (since = "2.38")]
-               public static void incomplete (string msg);
+               public static void incomplete (string? msg = null);
                [Version (since = "2.36")]
                public static bool initialized ();
                [PrintfFormat]
@@ -4261,7 +4261,7 @@ namespace GLib {
                [Version (since = "2.38")]
                public static void set_nonfatal_assertions ();
                [Version (since = "2.38")]
-               public static void skip (string msg);
+               public static void skip (string? msg = null);
                [Version (since = "2.38")]
                public static bool subprocess ();
                [Version (since = "2.16")]
@@ -4281,7 +4281,7 @@ namespace GLib {
                [Version (since = "2.16")]
                public static bool trap_reached_timeout ();
                [Version (since = "2.38")]
-               public static void trap_subprocess (string test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+               public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
                [Version (since = "2.16")]
                public static void trap_assert_passed ();
                [Version (since = "2.16")]