]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add Log.remove_handler
authorLuca Bruno <lucabru@src.gnome.org>
Tue, 15 Nov 2011 21:49:37 +0000 (22:49 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Tue, 15 Nov 2011 21:50:29 +0000 (22:50 +0100)
Fixes bug 664143.

vapi/glib-2.0.vapi

index 4bb3673f4bca0b10ad274ca87dea2eae1d221f29..8d39693fd47d036b7aefd62534871530c03045d0 100644 (file)
@@ -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;