perl-Glib r1101 - trunk



Author: tsch
Date: Sun Feb 22 16:10:49 2009
New Revision: 1101
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1101&view=rev

Log:
Fix errors reported by podchecker.


Modified:
   trunk/ChangeLog
   trunk/GBoxed.xs
   trunk/GType.xs

Modified: trunk/GBoxed.xs
==============================================================================
--- trunk/GBoxed.xs	(original)
+++ trunk/GBoxed.xs	Sun Feb 22 16:10:49 2009
@@ -46,7 +46,7 @@
 has already been done for you at this point).  if own is true, the wrapper
 is responsible for freeing the object; if it is false, some other code 
 owns the object and you must NOT free it.
- 
+
  typedef SV*      (*GPerlBoxedWrapFunc)    (GType        gtype,
                                             const char * package,
                                             gpointer     boxed,

Modified: trunk/GType.xs
==============================================================================
--- trunk/GType.xs	(original)
+++ trunk/GType.xs	Sun Feb 22 16:10:49 2009
@@ -2513,7 +2513,7 @@
 This returns the package names of the ancestral types in reverse order, with
 the root of the tree at the end of the list.
 
-See also L<list_interfaces ()|list = Glib::Type-E<gt>list_interfaces ($package)>.
+See also L<list_interfaces ()|/"list = Glib::Type-E<gt>B<list_interfaces> ($package)">.
 
 =cut
 void



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