]> git.proxmox.com Git - libxdgmime-perl.git/commit
update bindings
authorStoiko Ivanov <s.ivanov@proxmox.com>
Sat, 5 Jun 2021 16:02:35 +0000 (16:02 +0000)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 11 Jun 2021 11:52:21 +0000 (11:52 +0000)
commite66585f4671aad396803fed6dd86485b3841d9f2
tree29b246bd738ed73f0c61e029a035e5c2af7b1151
parentb6f9e3424beb1f2996002bf6e70585e168b5bb73
update bindings

by running
`h2xs -P -v 1.0 -F -DHAVE_MMAP -M '^XDG_' -Ofan Xdgmime xdgmime.h`

and selectively adding changes.

upstream xdgmime.h contains all functions also as defines
(preprocessor mangling to add XDG_PREFIX to the function name) - thus
all functions would also be added as constants, which leads to errors
in the automatically generated tests. The functions need to be in
EXPORT_OK, but not added to @names in Makefile.PL.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Xdgmime/Changes
Xdgmime/Makefile.PL
Xdgmime/README
Xdgmime/Xdgmime.xs
Xdgmime/lib/Xdgmime.pm
Xdgmime/t/Xdgmime.t