quvi_set: Add support for QUVI_OPTION_CALLBACK_STATUS_USERDATA
[libquvi.git] / src / api / doxy / dirs.dp
blobcfd6ea4c9b459ab18b89ac20f45be0bd08fde342
1 /** @page dirs Directories
3 The library searches the following directories (in the following order):
4 - @ref LIBQUVI_SCRIPTS_DIR
5 - Current working directory
7 And, either:
8 - $prefix/share/libquvi-scripts/x.y/
10 Or, if the library was compiled with the --with-scriptsdir=DIR option:
11 - $DIR/x.y/
13 The library will search the following subdirectories of the above
14 directories for the scripts identified as the libquvi scripts:
15 - common/
16 - media/
17 - playlist/
18 - scan/
19 - subtitle/
20 - subtitle/export/
21 - util/
23 The process will ignore identical (with the same sha1 hash) scripts.
25 @sa @ref env