mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
scripts: improve comments on functions that convert hashtables
This commit is contained in:
@@ -105,7 +105,7 @@ weechat_tcl_hashtable_map_cb (void *data,
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets tcl dict with a WeeChat hashtable.
|
||||
* Converts a WeeChat hashtable to a tcl dict.
|
||||
*/
|
||||
|
||||
Tcl_Obj *
|
||||
@@ -130,7 +130,7 @@ weechat_tcl_hashtable_to_dict (Tcl_Interp *interp,
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets WeeChat hashtable with tcl dict.
|
||||
* Converts a tcl dict to a WeeChat hashtable.
|
||||
*
|
||||
* Note: hashtable must be freed after use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user