]> git.sesse.net Git - vlc/commit
Add a pf_readdir callback to access_t modules
authorJulien 'Lta' BALLET <contact@lta.io>
Mon, 23 Jun 2014 15:07:08 +0000 (11:07 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Jun 2014 08:58:17 +0000 (10:58 +0200)
commit214854fb71798c04bfa0ecdd65dafb6357995668
tree308dd2c60847a1277899fae8090b296b5a477c44
parent8f70026dbf9a1f673da6a5ddff8b6d2fdbc2d4f7
Add a pf_readdir callback to access_t modules

This commit also adds a related documentation file (doc/browsing.txt) describing
the expected behavior of pf_readdir callback implementations

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
doc/browsing.txt [new file with mode: 0644]
include/vlc_access.h
src/input/access.c