[vala] glib-2.0: use g_async_queue_new_full instead of g_async_queue_new



commit 9b79c5dbf9b5446c4f50ca16386fe4c6eff34f55
Author: Evan Nemerson <evan coeus-group com>
Date:   Tue Oct 16 14:47:19 2012 -0700

    glib-2.0: use g_async_queue_new_full instead of g_async_queue_new

 vapi/glib-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 1ae7ba3..9f473a9 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<G> {
+		[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<G> func);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]