[vala/staging: 3/4] glib-2.0: Replace ctype ccode-attributes with type
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 3/4] glib-2.0: Replace ctype ccode-attributes with type
- Date: Fri, 9 Nov 2018 17:15:16 +0000 (UTC)
commit 6772143c4ecc77dcccead85809d50aeb9fe8f679
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 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<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]