[vlc-commits] lib: remove internal event functions from export list
Rémi Denis-Courmont
git at videolan.org
Wed Aug 5 18:10:44 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 30 23:26:01 2015 +0300| [6a8352db0bd3e7e080827ae6fb017147879db47a] | committer: Rémi Denis-Courmont
lib: remove internal event functions from export list
The following functions are not marked LIBVLC_API and are not in the
public header files (for a reason):
- libvlc_event_manager_new(),
- libvlc_event_manager_register_event_type() and
- libvlc_event_manager_release().
There wer no reasons to have them in the symbols list.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a8352db0bd3e7e080827ae6fb017147879db47a
---
lib/libvlc.sym | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/libvlc.sym b/lib/libvlc.sym
index 03577c7..487fcba 100644
--- a/lib/libvlc.sym
+++ b/lib/libvlc.sym
@@ -48,9 +48,6 @@ libvlc_chapter_descriptions_release
libvlc_clock
libvlc_event_attach
libvlc_event_detach
-libvlc_event_manager_new
-libvlc_event_manager_register_event_type
-libvlc_event_manager_release
libvlc_event_type_name
libvlc_free
libvlc_get_changeset
More information about the vlc-commits
mailing list