diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-15 13:16:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-15 13:16:00 +0100 |
commit | 508437b6e7cb79d0a11f3fdb6d8a503b7e4b70b5 (patch) | |
tree | 90c80657e83380e61bf2f9db157f5f3eca050696 | |
parent | ac82063928ec5dd7d1e7f322b2df5bef008c695b (diff) | |
download | weechat-508437b6e7cb79d0a11f3fdb6d8a503b7e4b70b5.zip |
doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (plugin API reference)
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 24 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 24 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 24 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 24 |
4 files changed, 48 insertions, 48 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index b82592618..02aa46692 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3399,12 +3399,12 @@ Prototype: [source,C] ---- -void hashtable_map (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const void *key, - const void *value), - void *callback_map_data); +void weechat_hashtable_map (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const void *key, + const void *value), + void *callback_map_data); ---- Arguments: @@ -3443,12 +3443,12 @@ Prototype: [source,C] ---- -void hashtable_map_string (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const char *key, - const char *value), - void *callback_map_data); +void weechat_hashtable_map_string (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const char *key, + const char *value), + void *callback_map_data); ---- Arguments: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index fdc3b21e5..596b82924 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3442,12 +3442,12 @@ Prototype : [source,C] ---- -void hashtable_map (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const void *key, - const void *value), - void *callback_map_data); +void weechat_hashtable_map (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const void *key, + const void *value), + void *callback_map_data); ---- Paramètres : @@ -3487,12 +3487,12 @@ Prototype : [source,C] ---- -void hashtable_map_string (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const char *key, - const char *value), - void *callback_map_data); +void weechat_hashtable_map_string (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const char *key, + const char *value), + void *callback_map_data); ---- Paramètres : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 2134f13dd..840a81049 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3453,12 +3453,12 @@ Prototipo: [source,C] ---- -void hashtable_map (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const void *key, - const void *value), - void *callback_map_data); +void weechat_hashtable_map (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const void *key, + const void *value), + void *callback_map_data); ---- Argomenti: @@ -3498,12 +3498,12 @@ Prototipo: [source,C] ---- -void hashtable_map_string (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const char *key, - const char *value), - void *callback_map_data); +void weechat_hashtable_map_string (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const char *key, + const char *value), + void *callback_map_data); ---- Argomenti: diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 70b080009..7ee834c59 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -3396,12 +3396,12 @@ _WeeChat バージョン 0.3.3 以上で利用可。_ [source,C] ---- -void hashtable_map (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const void *key, - const void *value), - void *callback_map_data); +void weechat_hashtable_map (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const void *key, + const void *value), + void *callback_map_data); ---- 引数: @@ -3440,12 +3440,12 @@ _WeeChat バージョン 0.3.7 以上で利用可。_ [source,C] ---- -void hashtable_map_string (struct t_hashtable *hashtable, - void (*callback_map)(void *data, - struct t_hashtable *hashtable, - const char *key, - const char *value), - void *callback_map_data); +void weechat_hashtable_map_string (struct t_hashtable *hashtable, + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const char *key, + const char *value), + void *callback_map_data); ---- 引数: |