doc: fix type for arguments of hook_timer in plugin API reference

v2.8-utf8proc
Sebastien Helleu 2011-07-28 09:25:48 +02:00
parent d41f7c3140
commit 17037e32d8
3 changed files with 6 additions and 6 deletions

View File

@ -6257,8 +6257,8 @@ Prototype:
[source,C]
----------------------------------------
struct t_hook *weechat_hook_timer (long interval,
const char *align_second,
const char *max_calls,
int align_second,
int max_calls,
int (*callback)(void *data,
int remaining_calls),
void *callback_data);

View File

@ -6331,8 +6331,8 @@ Prototype :
[source,C]
----------------------------------------
struct t_hook *weechat_hook_timer (long interval,
const char *align_second,
const char *max_calls,
int align_second,
int max_calls,
int (*callback)(void *data,
int remaining_calls),
void *callback_data);

View File

@ -6271,8 +6271,8 @@ Prototipo:
[source,C]
----------------------------------------
struct t_hook *weechat_hook_timer (long interval,
const char *align_second,
const char *max_calls,
int align_second,
int max_calls,
int (*callback)(void *data,
int remaining_calls),
void *callback_data);