Go to the source code of this file.
Defines | |
| #define | vlclua_push_vlc_object(a, b, c) __vlclua_push_vlc_object( a, VLC_OBJECT( b ), c ) |
Functions | |
| int | __vlclua_push_vlc_object (lua_State *L, vlc_object_t *p_obj, lua_CFunction pf_gc) |
| int | vlclua_gc_release (lua_State *L) |
Referenced by vlclua_get_input(), vlclua_get_libvlc(), vlclua_get_playlist(), vlclua_object_find(), and vlclua_object_find_name().
| int __vlclua_push_vlc_object | ( | lua_State * | L, | |
| vlc_object_t * | p_obj, | |||
| lua_CFunction | pf_gc | |||
| ) |
| int vlclua_gc_release | ( | lua_State * | L | ) |
References vlc_object_release.
Referenced by vlclua_get_input(), vlclua_get_playlist(), vlclua_object_find(), and vlclua_object_find_name().
1.5.6