1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

scripts: improve comments on functions that convert hashtables

This commit is contained in:
Sébastien Helleu
2015-02-21 09:12:44 +01:00
parent 770152dea7
commit 8f11de6863
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ weechat_lua_hashtable_map_cb (void *data,
}
/*
* Puts a WeeChat hashtable on lua stack, as lua table.
* Converts a WeeChat hashtable to a lua hash (as lua table on the stack).
*/
void
@@ -113,7 +113,7 @@ weechat_lua_pushhashtable (lua_State *interpreter, struct t_hashtable *hashtable
}
/*
* Gets WeeChat hashtable with lua hash (on stack).
* Converts a lua hash (on stack) to a WeeChat hashtable.
*
* Note: hashtable must be freed after use.
*/