From 0f9a224e394621dfe213305627301891402f9bdc Mon Sep 17 00:00:00 2001 From: Juerg Billeter Date: Sun, 27 Jan 2008 12:35:19 +0000 Subject: [PATCH] bind message output functions 2008-01-27 Juerg Billeter * vapi/glib-2.0.vapi: bind message output functions svn path=/trunk/; revision=914 --- ChangeLog | 4 ++++ vapi/glib-2.0.vapi | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9136ce..690b1d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-01-27 Jürg Billeter + * vapi/glib-2.0.vapi: bind message output functions + +2008-01-27 Jürg Billeter + * gobject/valaccodegenerator.vala: report error instead of warning when trying to implicitly copy non-reference counted object diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index cd07851..c00a1d6 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1381,7 +1381,14 @@ namespace GLib { } /* 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 (); -- 2.7.4