vala r1408 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1408 - in trunk: . vapi
- Date: Fri, 23 May 2008 09:35:29 +0000 (UTC)
Author: juergbi
Date: Fri May 23 09:35:29 2008
New Revision: 1408
URL: http://svn.gnome.org/viewvc/vala?rev=1408&view=rev
Log:
2008-05-23 Juerg Billeter <j bitron ch>
* vapi/glib-2.0.vapi: add GLogFunc and g_log_set_handler bindings,
patch by Nicolas Joseph, fixes bug 533601
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 May 23 09:35:29 2008
@@ -1530,6 +1530,12 @@
[PrintfFormat]
public void debug (string format, ...);
+ public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+
+ namespace Log {
+ public uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+ }
+
/* String Utility Functions */
[NoArrayLength]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]