From: Rico Tzschichholz Date: Wed, 26 May 2021 16:21:31 +0000 (+0200) Subject: glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates X-Git-Tag: 0.53.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52fa61648a9618fdba825b37b14befb45fba76a;p=thirdparty%2Fvala.git glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 9bf3156e8..2a1456028 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2127,13 +2127,13 @@ namespace GLib { [CCode (has_target = false)] public delegate void SourceDummyMarshal (); - [CCode (has_target = false)] + [CCode (has_target = false, has_typedef = false)] public delegate bool SourcePrepareFunc (Source source, out int timeout_); - [CCode (has_target = false)] + [CCode (has_target = false, has_typedef = false)] public delegate bool SourceCheckFunc (Source source); - [CCode (has_target = false)] + [CCode (has_target = false, has_typedef = false)] public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback); - [CCode (has_target = false)] + [CCode (has_target = false, has_typedef = false)] public delegate void SourceFinalizeFunc (Source source); [CCode (has_type_id = false)]