[vala/0.44] glib-2.0: Add "has_typedef = false" to custom MarkupParser*Func delegates



commit 14489507f4f42331ef0462a0e6e038d8f853da35
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Nov 9 15:20:11 2019 +0100

    glib-2.0: Add "has_typedef = false" to custom MarkupParser*Func delegates

 vapi/glib-2.0.vapi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 880283ca7..f76e62257 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4143,14 +4143,15 @@ namespace GLib {
                public void* get_user_data ();
        }
 
+       [CCode (has_typedef = false)]
        public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, 
[CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = 
false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
-
+       [CCode (has_typedef = false)]
        public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) 
throws MarkupError;
-
+       [CCode (has_typedef = false)]
        public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) 
throws MarkupError;
-
+       [CCode (has_typedef = false)]
        public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string 
passthrough_text, size_t text_len) throws MarkupError;
-
+       [CCode (has_typedef = false)]
        public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
 
        public struct MarkupParser {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]