[perl-Glib] Glib::GenPod: add a few types to the translation table



commit 8bc4ed75c7be82859baeadfc8a859a44f0b6f872
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Thu Dec 30 02:31:30 2010 +0100

    Glib::GenPod: add a few types to the translation table
    
    Namely: glong, gint64, guint64, gsize, gssize and goffset.

 lib/Glib/GenPod.pm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index f884ffe..a0f6a6d 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -425,12 +425,18 @@ our %basic_types = (
 	guint8   => 'unsigned',
 	guint16  => 'unsigned',
 	guint32  => 'unsigned',
+	glong    => 'integer',
 	gulong   => 'unsigned',
 	gshort   => 'integer',
 	guint    => 'integer',
 	gushort  => 'unsigned',
+	gint64   => '64 bit integer',
+	guint64  => '64 bit unsigned',
 	gfloat   => 'double',
 	gdouble  => 'double',
+	gsize    => 'unsigned',
+	gssize   => 'integer',
+	goffset  => '64 bit integer',
 	gchar    => 'string',
 
 	SV       => 'scalar',



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