diff options
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 54652d04b..a28837207 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3661,7 +3661,7 @@ Prototype: [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- Arguments: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 15a8d2e87..d0b6d8e59 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3715,7 +3715,7 @@ Prototype : [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- Paramètres : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1ef27dc88..c41fe1a42 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3731,7 +3731,7 @@ Prototipo: [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- Argomenti: diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 66c07822d..60c566adc 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -3657,7 +3657,7 @@ _WeeChat バージョン 0.4.4 以上で利用可。_ [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- 引数: |