doc: add missing comma in example of function config_new_option (plugin API reference)

v2.8-utf8proc
Sébastien Helleu 2018-09-01 08:14:42 +02:00
parent 796859b873
commit f0d0612a33
4 changed files with 4 additions and 4 deletions

View File

@ -5661,7 +5661,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
"option4_check_value_cb", ""
"option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")

View File

@ -5755,7 +5755,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"Mon option, type chaîne",
"", 0, 0, "test", "test", 1,
"option4_check_value_cb", ""
"option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")

View File

@ -5863,7 +5863,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
"option4_check_value_cb", ""
"option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")

View File

@ -5618,7 +5618,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
"option4_check_value_cb", ""
"option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")