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) |
| #define vlclua_push_vlc_object | ( | a, | |||
| b, | |||||
| c | ) | __vlclua_push_vlc_object( a, VLC_OBJECT( b ), c ) |
| int __vlclua_push_vlc_object | ( | lua_State * | L, | |
| vlc_object_t * | p_obj, | |||
| lua_CFunction | pf_gc | |||
| ) |
| int vlclua_gc_release | ( | lua_State * | L | ) |
1.5.1