[vlc-commits] commit: python: blacklist libvlc_set_exit_handler for the moment ( Olivier Aubert )
git at videolan.org
git at videolan.org
Mon Jun 28 18:14:34 CEST 2010
vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Mon Jun 28 18:10:50 2010 +0200| [873c59109b70dc80dab4e2f49b8e31da75e21a39] | committer: Olivier Aubert
python: blacklist libvlc_set_exit_handler for the moment
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=873c59109b70dc80dab4e2f49b8e31da75e21a39
---
generate.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/generate.py b/generate.py
index 1a4579f..e567424 100755
--- a/generate.py
+++ b/generate.py
@@ -56,6 +56,7 @@ class DefaultDict(dict):
# Methods not decorated/not referenced
blacklist=[
+ "libvlc_set_exit_handler",
]
# Precompiled regexps
More information about the vlc-commits
mailing list