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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user