vala r2468 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2468 - in trunk: . vapi
- Date: Fri, 20 Feb 2009 18:58:19 +0000 (UTC)
Author: juergbi
Date: Fri Feb 20 18:58:19 2009
New Revision: 2468
URL: http://svn.gnome.org/viewvc/vala?rev=2468&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Fri Feb 20 18:58:19 2009
@@ -1443,6 +1443,8 @@
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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]