1
0
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:
Sebastien Helleu
2011-12-19 23:25:37 +01:00
parent 6f3fd239be
commit 8cd9845804
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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,