mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
scripts: improve comments on functions that convert hashtables
This commit is contained in:
@@ -190,7 +190,7 @@ weechat_guile_hashtable_map_cb (void *data,
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets guile alist with a WeeChat hashtable.
|
||||
* Converts a WeeChat hashtable to a guile alist.
|
||||
*/
|
||||
|
||||
SCM
|
||||
@@ -208,7 +208,7 @@ weechat_guile_hashtable_to_alist (struct t_hashtable *hashtable)
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets WeeChat hashtable with guile alist.
|
||||
* Converts a guile alist to a WeeChat hashtable.
|
||||
*
|
||||
* Note: hashtable must be free after use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user