doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string (plugin API reference)
This commit is contained in:
parent
ac82063928
commit
508437b6e7
@ -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:
|
||||
|
@ -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 :
|
||||
|
@ -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:
|
||||
|
@ -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);
|
||||
----
|
||||
|
||||
引数:
|
||||
|
Loading…
x
Reference in New Issue
Block a user