Add g_queue_clear binding
authorJürg Billeter <j@bitron.ch>
Mon, 16 Jun 2008 21:15:34 +0000 (21:15 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 16 Jun 2008 21:15:34 +0000 (21:15 +0000)
2008-06-16  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Add g_queue_clear binding

svn path=/trunk/; revision=1601

ChangeLog
vapi/glib-2.0.vapi

index 8dd4595..64fa33d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-06-16  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/glib-2.0.vapi:
+
+       Add g_queue_clear binding
+
+2008-06-16  Jürg Billeter  <j@bitron.ch>
+
        * gobject/valaccodegenerator.vala:
 
        Report error when using reference counting for interfaces without
index 35b3566..bce1719 100644 (file)
@@ -2883,7 +2883,8 @@ namespace GLib {
                public uint length;
        
                public Queue ();
-               
+
+               public void clear ();
                public bool is_empty ();
                public uint get_length ();
                public void reverse ();