[vala/0.34] glib-2.0: Some nullable arguments in GLib.Test.*



commit c96adccd53a7a5458f1d6a569be86385a8ec7967
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Oct 19 09:16:37 2016 +0200

    glib-2.0: Some nullable arguments in GLib.Test.*
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772964

 vapi/glib-2.0.vapi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 501df34..80cb556 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4187,7 +4187,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]
@@ -4196,7 +4196,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")]
@@ -4216,7 +4216,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")]


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