diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 0bd057f3c..34af44403 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3258,7 +3258,7 @@ Prototype: [source,C] ---------------------------------------- -void hashtable_map (struct t_hashlist *hashlist, +void hashtable_map (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const void *key, @@ -3303,7 +3303,7 @@ Prototype: [source,C] ---------------------------------------- -void hashtable_map_string (struct t_hashlist *hashlist, +void hashtable_map_string (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const char *key, diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 5d9f50a79..7fc735608 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3292,7 +3292,7 @@ Prototype : [source,C] ---------------------------------------- -void hashtable_map (struct t_hashlist *hashlist, +void hashtable_map (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const void *key, @@ -3338,7 +3338,7 @@ Prototype : [source,C] ---------------------------------------- -void hashtable_map_string (struct t_hashlist *hashlist, +void hashtable_map_string (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const char *key, diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 2a75d5ae1..14a129bac 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3252,7 +3252,7 @@ Prototipo: [source,C] ---------------------------------------- -void hashtable_map (struct t_hashlist *hashlist, +void hashtable_map (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const void *key, @@ -3299,7 +3299,7 @@ Prototipo: [source,C] ---------------------------------------- -void hashtable_map_string (struct t_hashlist *hashlist, +void hashtable_map_string (struct t_hashtable *hashtable, void (*callback_map)(void *data, struct t_hashtable *hashtable, const char *key,