1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +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
@@ -120,7 +120,7 @@ weechat_perl_hashtable_map_cb (void *data,
}
/*
* Gets perl hash with a WeeChat hashtable.
* Converts a WeeChat hashtable to a perl hash.
*/
HV *
@@ -140,7 +140,7 @@ weechat_perl_hashtable_to_hash (struct t_hashtable *hashtable)
}
/*
* Gets WeeChat hashtable with perl hash.
* Converts a perl hash to a WeeChat hashtable.
*
* Note: hashtable must be freed after use.
*/