summaryrefslogtreecommitdiffstats
path: root/lua/lua-plugin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-04-20 15:48:43 +0800
committerPeng Wu <alexepico@gmail.com>2010-05-19 10:09:32 +0800
commit0ec7c3edfd6ec32aaf6cd37e745568a82bf9e565 (patch)
treec4298d627b7bb19bd4bea3b3b77794317a0a828e /lua/lua-plugin.h
parentbdc0c91efa8dd6532ad550b46cf3a3756c7662dc (diff)
downloadibus-libpinyin-0ec7c3edfd6ec32aaf6cd37e745568a82bf9e565.tar.gz
ibus-libpinyin-0ec7c3edfd6ec32aaf6cd37e745568a82bf9e565.tar.xz
ibus-libpinyin-0ec7c3edfd6ec32aaf6cd37e745568a82bf9e565.zip
add lua-ext-console.c
Diffstat (limited to 'lua/lua-plugin.h')
-rw-r--r--lua/lua-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h
index 6113d69..df2cb74 100644
--- a/lua/lua-plugin.h
+++ b/lua/lua-plugin.h
@@ -85,7 +85,7 @@ const GArray * ibus_engine_plugin_get_available_commands(IBusEnginePlugin * plug
* command must be an 2-char long string.
* return the matched command.
*/
-lua_command_t * ibus_engine_plugin_lookup_command(IBusEnginePlugin * plugin, const char * command);
+lua_command_t * ibus_engine_plugin_lookup_command(IBusEnginePlugin * plugin, const char * command_name);
/**
* retval int: returns the number of results,