diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-28 21:33:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-28 21:33:18 +0200 |
commit | 9af7b7412cd89af35152d6f9207c6ffba435a85c (patch) | |
tree | 65cb45499a3291ee27af67c4a66ab6d63ce61a31 /doc | |
parent | b174b3c3c8fb9cd21380d7355a4e1fb810b06da0 (diff) | |
parent | cf89b22de0783d750967bb79558abea45607770f (diff) | |
download | weechat-9af7b7412cd89af35152d6f9207c6ffba435a85c.zip |
Merge pull request #64 from stfnm/doc_fix_prototype_weechat_hashtable_dup
doc: fix prototype of function weechat_hashtable_dup (plugin API referen...
Diffstat (limited to 'doc')
-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); ---- 引数: |