1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix typos in plugin API reference (examples of irc redirection)

This commit is contained in:
Sebastien Helleu
2012-01-04 15:50:07 +01:00
parent 55e77a7ea1
commit 7e7fe2b37d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7703,7 +7703,7 @@ test_whois_cb (void *data, const char *signal, struct t_hashtable *hashtable)
weechat_hook_hsignal ("irc_redirection_test_whois", &test_whois_cb, NULL);
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)
@@ -7775,7 +7775,7 @@ C example:
----------------------------------------
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)
+2 -2
View File
@@ -7817,7 +7817,7 @@ test_whois_cb (void *data, const char *signal, struct t_hashtable *hashtable)
weechat_hook_hsignal ("irc_redirection_test_whois", &test_whois_cb, NULL);
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)
@@ -7894,7 +7894,7 @@ Exemple en C :
----------------------------------------
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)
+2 -2
View File
@@ -7750,7 +7750,7 @@ test_whois_cb (void *data, const char *signal, struct t_hashtable *hashtable)
weechat_hook_hsignal ("irc_redirection_test_whois", &test_whois_cb, NULL);
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)
@@ -7823,7 +7823,7 @@ Esempio in C:
----------------------------------------
struct t_hashtable *hashtable = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_INTEGER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (hashtable)