vala r2246 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2246 - in trunk: . vapi
- Date: Tue, 30 Dec 2008 20:14:37 +0000 (UTC)
Author: juergbi
Date: Tue Dec 30 20:14:37 2008
New Revision: 2246
URL: http://svn.gnome.org/viewvc/vala?rev=2246&view=rev
Log:
2008-12-30 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Fix g_printerr binding
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 Tue Dec 30 20:14:37 2008
@@ -1436,6 +1436,7 @@
public static void print (string format, ...);
public static void set_print_handler (PrintFunc func);
public static delegate void PrintFunc (string text);
+ [PrintfFormat]
public static void printerr (string format, ...);
public static void set_printerr_handler (PrintFunc func);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]