sde1000 / python-xkbcommon

Python bindings for libxkbcommon using cffi
MIT License
19 stars 5 forks source link

Remove un-necessary ffi.new calls for passing bytes #3

Closed flacjacket closed 4 years ago

flacjacket commented 4 years ago

It is possible to directly pass bytes objects as const char * arguments. Change to directly pass these into various functions where this is possible.