mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
Add description of arguments for API functions hook_info and hook_infolist
This commit is contained in:
@@ -278,6 +278,8 @@ script_init (struct t_weechat_plugin *weechat_plugin,
|
||||
weechat_hook_completion (string, N_("list of scripts"),
|
||||
callback_completion, NULL);
|
||||
weechat_hook_infolist (string, N_("list of scripts"),
|
||||
N_("script pointer (optional)"),
|
||||
N_("script name (can start or end with \"*\" as joker) (optional)"),
|
||||
callback_infolist, NULL);
|
||||
free (string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user