[perl-Glib] Fix POD for the benefit of whatis



commit 3d7ae4ce50e41898315b17ee0a53ab25e8205485
Author: intrigeri <intrigeri boum org>
Date:   Sun Oct 2 08:38:00 2016 +0000

    Fix POD for the benefit of whatis
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772329

 GBoxed.xs   |    2 +-
 GVariant.xs |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/GBoxed.xs b/GBoxed.xs
index f0dc125..5c726aa 100644
--- a/GBoxed.xs
+++ b/GBoxed.xs
@@ -910,7 +910,7 @@ DESTROY (sv)
 
 MODULE = Glib::Boxed   PACKAGE = Glib::Bytes   PREFIX = g_bytes_
 
-=for DESCRIPTION
+=for object Glib::Bytes Wrappers for bytes objects in GLib
 
 =head1 DESCRIPTION
 
diff --git a/GVariant.xs b/GVariant.xs
index 697422e..8e5d5ce 100644
--- a/GVariant.xs
+++ b/GVariant.xs
@@ -584,6 +584,9 @@ g_variant_parse (const GVariantType *type, const gchar *text)
 
 MODULE = Glib::Variant PACKAGE = Glib::VariantType     PREFIX = g_variant_type_
 
+=for object Glib::VariantType Utilities for dealing with the GVariant type system
+=cut
+
 =for see_also Glib::Variant
 =cut
 


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