[vlc-commits] core: add a new type of callback for list variables
Felix Abecassis
git at videolan.org
Mon Aug 4 12:16:07 CEST 2014
vlc | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Mon Aug 4 12:06:29 2014 +0200| [ad24c4fbf7e1bdef1df40be8e78a97b70a7b7af4] | committer: Felix Abecassis
core: add a new type of callback for list variables
This new callback is triggered when an element is added/removed from
the list, or when the list is cleared.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad24c4fbf7e1bdef1df40be8e78a97b70a7b7af4
---
include/vlc_common.h | 17 ++++++-
include/vlc_variables.h | 6 +++
src/libvlccore.sym | 2 +
src/misc/variables.c | 118 +++++++++++++++++++++++++++++++++++++++++------
src/misc/variables.h | 2 +
5 files changed, 130 insertions(+), 15 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ad24c4fbf7e1bdef1df40be8e78a97b70a7b7af4
More information about the vlc-commits
mailing list