mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
doc: fix typo: hashlist => hashtable in plugin API reference
This commit is contained in:
@@ -3258,7 +3258,7 @@ Prototype:
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map (struct t_hashlist *hashlist,
|
||||
void hashtable_map (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const void *key,
|
||||
@@ -3303,7 +3303,7 @@ Prototype:
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map_string (struct t_hashlist *hashlist,
|
||||
void hashtable_map_string (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const char *key,
|
||||
|
||||
@@ -3292,7 +3292,7 @@ Prototype :
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map (struct t_hashlist *hashlist,
|
||||
void hashtable_map (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const void *key,
|
||||
@@ -3338,7 +3338,7 @@ Prototype :
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map_string (struct t_hashlist *hashlist,
|
||||
void hashtable_map_string (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const char *key,
|
||||
|
||||
@@ -3252,7 +3252,7 @@ Prototipo:
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map (struct t_hashlist *hashlist,
|
||||
void hashtable_map (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const void *key,
|
||||
@@ -3299,7 +3299,7 @@ Prototipo:
|
||||
|
||||
[source,C]
|
||||
----------------------------------------
|
||||
void hashtable_map_string (struct t_hashlist *hashlist,
|
||||
void hashtable_map_string (struct t_hashtable *hashtable,
|
||||
void (*callback_map)(void *data,
|
||||
struct t_hashtable *hashtable,
|
||||
const char *key,
|
||||
|
||||
Reference in New Issue
Block a user