mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
Add description of arguments for API functions hook_info and hook_infolist
This commit is contained in:
@@ -91,7 +91,9 @@ logger_info_get_infolist_cb (void *data, const char *infolist_name,
|
||||
void
|
||||
logger_info_init ()
|
||||
{
|
||||
/* irc infolist hooks */
|
||||
/* logger infolist hooks */
|
||||
weechat_hook_infolist ("logger_buffer", N_("list of logger buffers"),
|
||||
N_("logger pointer (optional)"),
|
||||
NULL,
|
||||
&logger_info_get_infolist_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user