messages.c File Reference

Include dependency graph for messages.c:


Functions

static int vlclua_msg_dbg (lua_State *L)
static int vlclua_msg_warn (lua_State *L)
static int vlclua_msg_err (lua_State *L)
static int vlclua_msg_info (lua_State *L)
void luaopen_msg (lua_State *L)

Variables

static const luaL_Reg vlclua_msg_reg []

Function Documentation

void luaopen_msg ( lua_State *  L  ) 

static int vlclua_msg_dbg ( lua_State *  L  )  [static]

static int vlclua_msg_err ( lua_State *  L  )  [static]

static int vlclua_msg_info ( lua_State *  L  )  [static]

static int vlclua_msg_warn ( lua_State *  L  )  [static]


Variable Documentation

const luaL_Reg vlclua_msg_reg[] [static]

Initial value:

 {
    { "dbg", vlclua_msg_dbg },
    { "warn", vlclua_msg_warn },
    { "err", vlclua_msg_err },
    { "info", vlclua_msg_info },
    { NULL, NULL }
}


Generated on Wed Aug 13 08:05:40 2008 for VLC by  doxygen 1.5.1