vala r914 - in trunk: . vapi



Author: juergbi
Date: Sun Jan 27 12:35:19 2008
New Revision: 914
URL: http://svn.gnome.org/viewvc/vala?rev=914&view=rev

Log:
2008-01-27  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: bind message output functions


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	Sun Jan 27 12:35:19 2008
@@ -1381,7 +1381,14 @@
 	}
 	
 	/* Message Output and Debugging Functions */
-	
+
+	[PrintfFormat]
+	public static void print (string format, ...);
+	public static void set_print_handler (PrintFunc func);
+	public static delegate void PrintFunc (string text);
+	public static void printerr (string format, ...);
+	public static void set_printerr_handler (PrintFunc func);
+
 	public static void return_if_fail (bool expr);
 	public static void assert (bool expr);
 	public static void assert_not_reached ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]