]> git.sesse.net Git - vlc/commit
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
authorGildas Bazin <gbazin@videolan.org>
Sat, 14 Dec 2002 19:34:07 +0000 (19:34 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 14 Dec 2002 19:34:07 +0000 (19:34 +0000)
commit215c1a851ceb2a32c721381954ffa0b68c547432
tree273af4363036aa1d1f1be7bb203aa9b0d3e64843
parentc4fde1e51a66497c0019872f19b786a7554dae5f
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
   vlc_object_get() now increments the refcount of the object so you'll need to release
the object at some point.
* src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
which points to a vlc_list_t.
include/variables.h
include/vlc/vlc.h
modules/control/rc/rc.c
modules/gui/macosx/intf.m
modules/misc/testsuite/test4.c
src/libvlc.c
src/misc/objects.c
src/misc/variables.c