[vala/0.40] glib-2.0: Replace ctype ccode-attributes with type



commit 6a0a21cf665b4de0f4b673776af7a04cbd7c398f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jul 16 21:08:22 2018 +0200

    glib-2.0: Replace ctype ccode-attributes with type

 vapi/glib-2.0.vapi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a491f2244..ac6095a0a 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2159,9 +2159,9 @@ namespace GLib {
                [CCode (cname = "g_once")]
                public unowned G once (OnceFunc<G> function);
                [Version (since = "2.14")]
-               public static bool init_enter ([CCode (ctype="volatile gsize *")] size_t *value);
+               public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
                [Version (since = "2.14")]
-               public static void init_leave ([CCode (ctype="volatile gsize *")] size_t *value, size_t 
set_value);
+               public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t 
set_value);
                public OnceStatus status;
        }
 


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