From 4c5961e1208f21c3a192c48e583f22375decf5d6 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Tue, 16 Oct 2012 14:47:19 -0700 Subject: [PATCH] glib-2.0: use g_async_queue_new_full instead of g_async_queue_new --- vapi/glib-2.0.vapi | 1 + 1 file changed, 1 insertion(+) diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 9ee6ff995..aacf46342 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1830,6 +1830,7 @@ namespace GLib { [Compact] [CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")] public class AsyncQueue { + [CCode (cname = "g_async_queue_new_full", simple_generics = true)] public AsyncQueue (); public void push (owned G data); public void push_sorted (owned G data, CompareDataFunc func); -- 2.47.2