1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +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
@@ -134,7 +134,7 @@ weechat_ruby_hashtable_map_cb (void *data,
}
/*
* Gets ruby hash with a WeeChat hashtable.
* Converts a WeeChat hashtable to a ruby hash.
*/
VALUE
@@ -184,7 +184,7 @@ weechat_ruby_hash_foreach_cb (VALUE key, VALUE value, void *arg)
}
/*
* Gets WeeChat hashtable with ruby hashtable.
* Converts a ruby hash to a WeeChat hashtable.
*
* Note: hashtable must be freed after use.
*/