]> 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>
Sun, 18 Jun 2023 06:44:37 +0000 (08:44 +0200)
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1446

vapi/glib-2.0.vapi

index 3bbbf5774562788a5e54425c09529048d4e2c7f5..0cfbd4a9b8fe63b26c04636134d9d5195dc82938 100644 (file)
@@ -2198,7 +2198,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 {