[perl-Gtk2] Fix the POD signature of Gtk2::Gdk->keyval_convert_case



commit 4159f89d0dcf7daa395550bde308c42e1f854e4a
Author: Kevin Ryde <user42 zip com au>
Date:   Tue Mar 2 23:39:58 2010 +0100

    Fix the POD signature of Gtk2::Gdk->keyval_convert_case
    
    Signed-off-by: Torsten Schönfeld <kaffeetisch gmx de>

 xs/GdkKeys.xs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xs/GdkKeys.xs b/xs/GdkKeys.xs
index b9b2d62..d319f41 100644
--- a/xs/GdkKeys.xs
+++ b/xs/GdkKeys.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003, 2009 by the gtk2-perl team (see the file AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -212,7 +212,7 @@ gdk_keyval_from_name (class, keyval_name)
 
 ##  void gdk_keyval_convert_case (guint symbol, guint *lower, guint *upper)
 =for apidoc
-=for signature (lower, upper) = Gtk2::Gdk::Keyval->convert_case ($symbol)
+=for signature (lower, upper) = Gtk2::Gdk->keyval_convert_case ($symbol)
 =cut
 void
 gdk_keyval_convert_case (class, symbol)



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