[vlc-devel] commit: python-ctypes: cosmetic fixes in README (Olivier Aubert )

git version control git at videolan.org
Mon Jan 25 17:05:44 CET 2010


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Sun Jan 24 14:46:57 2010 +0100| [8a9a4cb41bf287a771503b06e5edbad47c0876b4] | committer: Olivier Aubert 

python-ctypes: cosmetic fixes in README

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a9a4cb41bf287a771503b06e5edbad47c0876b4
---

 bindings/python-ctypes/README |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bindings/python-ctypes/README b/bindings/python-ctypes/README
index a5516f9..49f47d2 100644
--- a/bindings/python-ctypes/README
+++ b/bindings/python-ctypes/README
@@ -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




More information about the vlc-devel mailing list