]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix return-type of GLib.SourceOnceFunc
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 18 Jun 2023 06:44:37 +0000 (08:44 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Jun 2023 11:26:19 +0000 (13:26 +0200)
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1446

vapi/glib-2.0.vapi

index abe4952ccf935a89fead41a33669bd4653997248..9992beeec059833121027bc8bd950acd6f407aeb 100644 (file)
@@ -2204,7 +2204,7 @@ namespace GLib {
 
        public delegate bool SourceFunc ();
        [Version (since = "2.74")]
-       public delegate bool SourceOnceFunc ();
+       public delegate void SourceOnceFunc ();
 
        [CCode (has_type_id = false)]
        public errordomain ThreadError {