[vlc-commits] libvlc: clean up deprecated functions
Thomas Guillem
git at videolan.org
Mon Apr 25 10:46:27 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Apr 25 10:29:36 2016 +0200| [6719cea3a1924bc429a3b48236758b692080713c] | committer: Thomas Guillem
libvlc: clean up deprecated functions
This commit move every deprecated functions to vlc/deprecated.h.
Moved functions still belong to their original doxygen group. Except legacy
logs functions that now belongs to their own deprecated group (libvlc_core
libvlc_log_deprecated).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6719cea3a1924bc429a3b48236758b692080713c
---
include/vlc/deprecated.h | 366 ++++++++++++++++++++++++++++++++-
include/vlc/libvlc.h | 108 ----------
include/vlc/libvlc_media.h | 65 +-----
include/vlc/libvlc_media_discoverer.h | 7 -
include/vlc/libvlc_media_list.h | 4 -
include/vlc/libvlc_media_player.h | 116 -----------
include/vlc/libvlc_structures.h | 19 --
lib/core.c | 2 +-
lib/log.c | 2 +-
lib/media_library.c | 6 +-
lib/playlist.c | 6 +-
11 files changed, 372 insertions(+), 329 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6719cea3a1924bc429a3b48236758b692080713c
More information about the vlc-commits
mailing list