diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.asciidoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index adb225001..4da663890 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -4425,8 +4425,8 @@ Arguments: * 'callback_write_data': pointer given to callback when it is called by WeeChat; if not NULL, it must have been allocated with malloc (or similar function) and it is automatically freed when the section is freed -* callback_write_default: function called when default values for section must - be written in file, arguments and return value: +* 'callback_write_default': function called when default values for section + must be written in file, arguments and return value: ** 'const void *pointer': pointer ** 'void *data': pointer ** 'struct t_config_file *config_file': configuration file pointer |