[vlc-commits] python bindings: blacklist libvlc_printerr for now

Olivier Aubert git at videolan.org
Mon Sep 10 17:00:16 CEST 2012


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Mon Sep 10 16:39:36 2012 +0200| [75a9b767a305a952367e8a5c59bd2fd5c9e124c2] | committer: Olivier Aubert

python bindings: blacklist libvlc_printerr for now

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=75a9b767a305a952367e8a5c59bd2fd5c9e124c2
---

 generate.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/generate.py b/generate.py
index a4db830..fad7af8 100755
--- a/generate.py
+++ b/generate.py
@@ -73,6 +73,7 @@ else:  # Python 3+
 _blacklist = {
     'libvlc_set_exit_handler':    '',
     'libvlc_video_set_callbacks': '',
+    'libvlc_printerr': '',
 }
 
 # Set of functions that return a string that the caller is



More information about the vlc-commits mailing list