From: Luca Bruno Date: Sun, 3 Aug 2014 18:42:09 +0000 (+0200) Subject: Add lvalue_access = false to Mutex and Cond X-Git-Tag: 0.25.2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7616e0339c2099243acaba7dd3cc47210db97bdd;p=thirdparty%2Fvala.git Add lvalue_access = false to Mutex and Cond Fixes bug 733500 --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 28770720c..272a1ad30 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1775,7 +1775,7 @@ namespace GLib { } #if GLIB_2_32 - [CCode (destroy_function = "g_mutex_clear")] + [CCode (destroy_function = "g_mutex_clear", lvalue_access = false)] public struct Mutex { #else [Compact] @@ -1858,7 +1858,7 @@ namespace GLib { } #if GLIB_2_32 - [CCode (destroy_function = "g_cond_clear")] + [CCode (destroy_function = "g_cond_clear", lvalue_access = false)] public struct Cond { #else [Compact]