]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix RecMutexLocker binding bc1e4cf40304830b71b2ad81c406e3944be440f5
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 9 Jul 2019 11:22:26 +0000 (13:22 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 9 Jul 2019 11:22:26 +0000 (13:22 +0200)
vapi/glib-2.0.vapi

index 21b27cae5253117a7c381cadbb285d81c283d838..0e1292e6bddd015e9657911e133899adc992e650 100644 (file)
@@ -2086,8 +2086,9 @@ namespace GLib {
        }
 
        [Version (since = "2.60")]
+       [Compact]
        [CCode (destroy_function = "g_rec_mutex_locker_free")]
-       public struct RecMutexLocker {
+       public class RecMutexLocker {
                public RecMutexLocker (RecMutex rec_mutex);
                public void free ();
        }