Commit 8a9a4cb4 authored by Olivier Aubert's avatar Olivier Aubert

python-ctypes: cosmetic fixes in README

parent 91d00d90
* Python ctypes-based bindings * Python ctypes-based and java bindings
The bindings use ctypes to directly call the libvlc dynamic lib, and The bindings use ctypes to directly call the libvlc dynamic lib, and
the code is generated from the include files defining the public API. the code is generated from the include files defining the public API.
...@@ -16,7 +16,7 @@ The module offers two ways of accessing the API - a raw access to all ...@@ -16,7 +16,7 @@ The module offers two ways of accessing the API - a raw access to all
exported methods, and more convenient wrapper classes : exported methods, and more convenient wrapper classes :
- Raw access: methods are available as attributes of the vlc - Raw access: methods are available as attributes of the vlc
module. Use their docstring (introspective shells like ipython are module. Use their docstring (any introspective shell like ipython is
your friends) to explore them. your friends) to explore them.
- Wrapper classes: most major structures of the libvlc API (Instance, - Wrapper classes: most major structures of the libvlc API (Instance,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment