[perl-Glib] Add the GVariant converters to the win32 linker export list



commit f4d391727c0ad56a31b5fab916691960deed36b9
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 17 19:56:00 2015 +0200

    Add the GVariant converters to the win32 linker export list
    
    Should fix compilation of dependent modules like Glib::Object::Introspection.

 Glib.exports |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Glib.exports b/Glib.exports
index 3ab9e66..6feb884 100644
--- a/Glib.exports
+++ b/Glib.exports
@@ -26,6 +26,8 @@ SvGParamSpec
 SvGSignalFlags
 SvGInt64
 SvGUInt64
+SvGVariant
+SvGVariantType
 _gperl_attach_mg
 _gperl_call_XS
 _gperl_find_mg
@@ -111,5 +113,9 @@ newSVGSignalInvocationHint
 newSVGSignalQuery
 newSVGInt64
 newSVGUInt64
+newSVGVariant
+newSVGVariant_noinc
+newSVGVariantType
+newSVGVariantType_own
 );
 1;


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