From 508437b6e7cb79d0a11f3fdb6d8a503b7e4b70b5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 15 Feb 2014 13:16:00 +0100 Subject: [PATCH] doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (plugin API reference) --- doc/en/weechat_plugin_api.en.txt | 24 ++++++++++++------------ doc/fr/weechat_plugin_api.fr.txt | 24 ++++++++++++------------ doc/it/weechat_plugin_api.it.txt | 24 ++++++++++++------------ 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); ---- 引数: