[libglib-perl] 01/25: Add the GVariant converters to the win32 linker export list
Intrigeri
intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch experimental
in repository libglib-perl.
commit f4d391727c0ad56a31b5fab916691960deed36b9
Author: Torsten Schönfeld <kaffeetisch at 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 file changed, 6 insertions(+)
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-perl.git
More information about the Pkg-perl-cvs-commits
mailing list