mirror of
https://github.com/weechat/weechat.git
synced 2026-06-19 01:24:46 +02:00
scripts: improve comments on functions that convert hashtables
This commit is contained in:
@@ -213,7 +213,7 @@ weechat_python_hashtable_map_cb (void *data,
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets python dictionary with a WeeChat hashtable.
|
||||
* Converts a WeeChat hashtable to a python dictionary.
|
||||
*/
|
||||
|
||||
PyObject *
|
||||
@@ -236,7 +236,7 @@ weechat_python_hashtable_to_dict (struct t_hashtable *hashtable)
|
||||
}
|
||||
|
||||
/*
|
||||
* Gets WeeChat hashtable with python dictionary.
|
||||
* Converts a python dictionary to a WeeChat hashtable.
|
||||
*
|
||||
* Note: hashtable must be freed after use.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user