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]

References i, msg_Dbg, and vlclua_get_this().

static int vlclua_msg_err ( lua_State L  )  [static]

References i, msg_Err, and vlclua_get_this().

static int vlclua_msg_info ( lua_State L  )  [static]

References i, msg_Info, and vlclua_get_this().

static int vlclua_msg_warn ( lua_State L  )  [static]

References i, msg_Warn, and vlclua_get_this().


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 }
}

Referenced by luaopen_msg().


Generated on Tue May 25 08:05:36 2010 for VLC by  doxygen 1.5.6