diff options
Diffstat (limited to 'lua/lua-plugin.h')
| -rw-r--r-- | lua/lua-plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h index c22ce37..fb5f5b9 100644 --- a/lua/lua-plugin.h +++ b/lua/lua-plugin.h @@ -172,9 +172,9 @@ const lua_command_t * ibus_engine_plugin_lookup_command(IBusEnginePlugin * plugi int ibus_engine_plugin_call(IBusEnginePlugin * plugin, const char * lua_function_name, const char * argument /*optional, maybe NULL.*/); /** - * retrieve the string value. (value has been copied.) + * retrieve the first string value. (value has been copied.) */ -const char * ibus_engine_plugin_get_result_string(IBusEnginePlugin * plugin); +const char * ibus_engine_plugin_get_first_result(IBusEnginePlugin * plugin); /** * retrieve the retval string value. (value has been copied.) |
