From: Rico Tzschichholz Date: Mon, 16 Jul 2018 19:08:22 +0000 (+0200) Subject: glib-2.0: Replace ctype ccode-attributes with type X-Git-Tag: 0.43.1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6772143c4ecc77dcccead85809d50aeb9fe8f679;p=thirdparty%2Fvala.git glib-2.0: Replace ctype ccode-attributes with type --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 42e1d2983..527115e77 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 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; }