mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: add missing comma in example of function config_new_option (plugin API reference)
This commit is contained in:
@@ -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", "")
|
||||
|
||||
|
||||
@@ -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", "")
|
||||
|
||||
|
||||
@@ -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", "")
|
||||
|
||||
|
||||
@@ -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", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user