[vala/0.52] glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.52] glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
- Date: Thu, 27 May 2021 07:19:26 +0000 (UTC)
commit 2d5ef172c16d16cdd0c08aa894d89b846327b8e4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed May 26 18:21:31 2021 +0200
glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
vapi/glib-2.0.vapi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 0c605b3e5..98e87ecf9 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)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]