]> git.sesse.net Git - vlc/commitdiff
python-ctypes: cosmetic fixes in README
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Sun, 24 Jan 2010 13:46:57 +0000 (14:46 +0100)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 25 Jan 2010 16:05:41 +0000 (17:05 +0100)
bindings/python-ctypes/README

index a5516f998de97afba746415c2cbcf610a6e46392..49f47d2b7a3b16790017168ab0221a48b66c7a3b 100644 (file)
@@ -1,4 +1,4 @@
-* Python ctypes-based bindings
+* Python ctypes-based and java bindings
 
 The bindings use ctypes to directly call the libvlc dynamic lib, and
 the code is generated from the include files defining the public API.
@@ -16,8 +16,8 @@ The module offers two ways of accessing the API - a raw access to all
 exported methods, and more convenient wrapper classes :
 
 - Raw access: methods are available as attributes of the vlc
-  module. Use their docstring (introspective shells like ipython are
-  your friends) to explore them.
+  module. Use their docstring (any introspective shell like ipython is
+  your friends) to explore them. 
 
 - Wrapper classes: most major structures of the libvlc API (Instance,
   Media, MediaPlayer, etc) are wrapped as classes, with shorter method