[vala/0.18] glib-2.0: use g_async_queue_new_full instead of g_async_queue_new
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.18] glib-2.0: use g_async_queue_new_full instead of g_async_queue_new
- Date: Sun, 11 Nov 2012 13:07:24 +0000 (UTC)
commit 4c5961e1208f21c3a192c48e583f22375decf5d6
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 9ee6ff9..aacf463 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]