]> git.sesse.net Git - vlc/commit
python-ctypes: first shot at generating java JNA glue code
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 23 Sep 2009 14:17:18 +0000 (16:17 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 23 Sep 2009 14:19:03 +0000 (16:19 +0200)
commit0fbc80872297a91a1868bba02372e60fe8492dee
tree6a6e44877e4efdbb42cd19a50af3b39a01a5a79a
parent2f97ae8f4639441d339c03c2553b1521e8894537
python-ctypes: first shot at generating java JNA glue code

Not perfect yet (esp. enum classes are not correctly translated for discontinuous enums).
bindings/python-ctypes/LibVlc-footer.java [new file with mode: 0644]
bindings/python-ctypes/LibVlc-header.java [new file with mode: 0644]
bindings/python-ctypes/boilerplate.java [new file with mode: 0644]
bindings/python-ctypes/generate.py