1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Add script prototypes and examples in plugin API reference

This commit is contained in:
Sebastien Helleu
2009-10-09 15:46:29 +02:00
parent 5535ec5f46
commit bfb9ab6a2a
9 changed files with 4538 additions and 693 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
callback_completion, NULL);
snprintf (infolist_description, sizeof (infolist_description),
/* TRANSLATORS: %s is language (for example "perl") */
N_("list of %s scripts"), weechat_plugin->name);
_("list of %s scripts"), weechat_plugin->name);
weechat_hook_infolist (string, infolist_description,
callback_infolist, NULL);
free (string);