Include dependency graph for meta.c:

Functions | |
| static int | fetch_art (vlc_object_t *p_this, const char *psz_filename, lua_State *L, void *user_data) |
| static lua_State * | vlclua_meta_init (vlc_object_t *p_this, input_item_t *p_item) |
| int | FindArt (vlc_object_t *p_this) |
Variables | |
| static const luaL_Reg | p_reg [] = { { NULL, NULL } } |
| static int fetch_art | ( | vlc_object_t * | p_this, | |
| const char * | psz_filename, | |||
| lua_State * | L, | |||
| void * | user_data | |||
| ) | [static] |
| int FindArt | ( | vlc_object_t * | p_this | ) |
| static lua_State * vlclua_meta_init | ( | vlc_object_t * | p_this, | |
| input_item_t * | p_item | |||
| ) | [static] |
const luaL_Reg p_reg[] = { { NULL, NULL } } [static] |
1.5.1