summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-10-16 14:47:19 -0700
committerJürg Billeter <j@bitron.ch>2012-11-11 13:54:22 +0100
commit4c5961e1208f21c3a192c48e583f22375decf5d6 (patch)
tree6e4453222adcb4dd98f3ee9eee251fdfdd1f156e
parent491e29de85acd8b08799c09dc5d18409c06ef37e (diff)
downloadvala-4c5961e1208f21c3a192c48e583f22375decf5d6.tar.gz
glib-2.0: use g_async_queue_new_full instead of g_async_queue_new
-rw-r--r--vapi/glib-2.0.vapi1
1 files changed, 1 insertions, 0 deletions
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<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);