]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Make Source.attach() use the default MainContext by default f3860f112ef050d83eab41b6485eb6fab3b22cd1
authorAlistair Thomas <astavale@yahoo.co.uk>
Sat, 16 Jun 2018 18:42:03 +0000 (19:42 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 18 Jun 2018 09:50:21 +0000 (11:50 +0200)
vapi/glib-2.0.vapi

index 720ba41404ba5f4f05a36af4b2ef2ec17a73a128..e6a7c00a6d375e8c8592ea8791925b6f7ec8e0bb 100644 (file)
@@ -1852,7 +1852,7 @@ namespace GLib {
                protected Source ();
                [Version (since = "2.12")]
                public void set_funcs (SourceFuncs funcs);
-               public uint attach (MainContext? context);
+               public uint attach (MainContext? context = null);
                public void destroy ();
                [Version (since = "2.12")]
                public bool is_destroyed ();