diff options
author | Alistair Thomas <astavale@yahoo.co.uk> | 2018-06-16 19:42:03 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-06-18 11:50:21 +0200 |
commit | f3860f112ef050d83eab41b6485eb6fab3b22cd1 (patch) | |
tree | 561b3c3028b787498967db5a41c42ae6bb281085 /vapi/glib-2.0.vapi | |
parent | 4fcb66c21e9568e53799e81d59024c3981ff65ee (diff) | |
download | vala-f3860f112ef050d83eab41b6485eb6fab3b22cd1.tar.gz |
glib-2.0: Make Source.attach() use the default MainContext by default
Diffstat (limited to 'vapi/glib-2.0.vapi')
-rw-r--r-- | vapi/glib-2.0.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 720ba4140..e6a7c00a6 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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 (); |