vala r1817 - in trunk: . vapi



Author: juergbi
Date: Fri Oct  3 12:04:47 2008
New Revision: 1817
URL: http://svn.gnome.org/viewvc/vala?rev=1817&view=rev

Log:
2008-10-03  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi:

	Add g_log_set_default_handler binding, patch by Marc-Andrà Lureau,
	fixes bug 549766


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 Oct  3 12:04:47 2008
@@ -1776,7 +1776,8 @@
 	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);
+		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+		public static void set_default_handler (LogFunc log_func);
 	}
 
 	/* String Utility Functions */



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