[perl-Glib] Correction to Glib::Log->set_default_handler's docs
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Correction to Glib::Log->set_default_handler's docs
- Date: Sun, 6 Jan 2013 19:46:59 +0000 (UTC)
commit 12a9b4ddd8fd0395f72f16bd2643a8b38a16368d
Author: Kevin Ryde <user42 zip com au>
Date: Wed Dec 19 10:09:23 2012 +1100
Correction to Glib::Log->set_default_handler's docs
As reported by Domovoy on gtk-perl-list.
https://bugzilla.gnome.org/show_bug.cgi?id=690462
GLog.xs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/GLog.xs b/GLog.xs
index 59171db..4dcdb36 100644
--- a/GLog.xs
+++ b/GLog.xs
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2005, 2009 by the gtk2-perl team (see the file AUTHORS for
+ * Copyright (C) 2003-2005, 2009, 2012 by the gtk2-perl team (see the file AUTHORS for
* the full list)
*
* This library is free software; you can redistribute it and/or modify it
@@ -256,7 +256,7 @@ void g_log_default_handler (const gchar *log_domain, SV *log_level, const gchar
##GLogFunc g_log_set_default_handler (GLogFunc log_func, gpointer user_data);
=for apidoc
-=for signature prev_log_func = Glib->set_default_handler ($log_func, $user_data)
+=for signature prev_log_func = Glib::Log->set_default_handler ($log_func, $user_data)
=arg log_func (subroutine) handler function or undef
Install log_func as the default log handler. log_func is called for
anything which doesn't otherwise have a handler (either
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]