[vala/0.14] glib-2.0: Add Log.remove_handler
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] glib-2.0: Add Log.remove_handler
- Date: Wed, 30 Nov 2011 14:25:56 +0000 (UTC)
commit 86fc72628195a0a5d3a337c6033f63021601e9bd
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Nov 15 22:49:37 2011 +0100
glib-2.0: Add Log.remove_handler
Fixes bug 664143.
vapi/glib-2.0.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index b43a089..22261a8 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2184,6 +2184,7 @@ namespace GLib {
public static GLib.LogFunc default_handler;
public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+ public static void remove_handler (string? log_domain, uint handler_id);
public const string FILE;
public const int LINE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]