From: Peng Wu Date: Wed, 7 Apr 2010 03:06:11 +0000 (+0800) Subject: interface changed to lua_plugin_context. X-Git-Tag: 1.3.10~53^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c27eacbbed0415fd97bf5521b430ffe54802646f;p=platform%2Fupstream%2Fibus-libpinyin.git interface changed to lua_plugin_context. --- diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h index 2ffdeed..3aa73d6 100644 --- a/lua/lua-plugin.h +++ b/lua/lua-plugin.h @@ -15,6 +15,11 @@ typedef struct{ const char * help; /* optional. */ } lua_command_t; +typedef struct{ + lua_State * L; + GArray * lua_commands; /* Array of lua_command_t. */ +} lua_plugin_context_t; + /** * retrieve all available lua plugin commands. * return array of command informations of type lua_command_t.