]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add g_io_add_watch_full binding, patch by Michael Lauer
authorJürg Billeter <j@bitron.ch>
Fri, 20 Feb 2009 18:58:19 +0000 (18:58 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 20 Feb 2009 18:58:19 +0000 (18:58 +0000)
2009-02-20  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Add g_io_add_watch_full binding, patch by Michael Lauer

svn path=/trunk/; revision=2468

ChangeLog
vapi/glib-2.0.vapi

index 77fe81eaa83c34a07a24cb8cd3c9f3607ff7d4cb..79bf62fd60cb90f45a8e57193e065e7a72321498 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-20  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi:
+
+       Add g_io_add_watch_full binding, patch by Michael Lauer
+
 2009-02-20  Jürg Billeter  <j@bitron.ch>
 
        * vapi/glib-2.0.vapi:
index 1b7a610838b70ff3157c6fc7dedfa826e59ddb5a..240cdf7e4f8bbf2b0fabc0d1b8dc9bf783a9e102 100644 (file)
@@ -1443,6 +1443,8 @@ namespace GLib {
                public GLib.Source create_watch (IOCondition condition);
                [CCode (cname = "g_io_add_watch")]
                public uint add_watch (IOCondition condition, IOFunc func);
+               [CCode (cname = "g_io_add_watch_full")]
+               public uint add_watch_full (int priority, IOCondition condition, IOFunc# func);
                public size_t get_buffer_size ();
                public void set_buffer_size (size_t size);
                public IOCondition get_buffer_condition ();