From 8a9a4cb41bf287a771503b06e5edbad47c0876b4 Mon Sep 17 00:00:00 2001 From: Olivier Aubert Date: Sun, 24 Jan 2010 14:46:57 +0100 Subject: [PATCH] python-ctypes: cosmetic fixes in README --- bindings/python-ctypes/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python-ctypes/README b/bindings/python-ctypes/README index a5516f998d..49f47d2b7a 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 -- 2.39.2