mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
api: do not expect any return value in callbacks change/delete of config_new_option (scripting API)
This commit is contained in:
@@ -17,6 +17,16 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
(file _ChangeLog.adoc_ in sources).
|
||||
|
||||
|
||||
[[v3.8]]
|
||||
== Version 3.8 (under dev)
|
||||
|
||||
[[v3.8_config_new_option_callbacks]]
|
||||
=== Callbacks of function config_new_option
|
||||
|
||||
The two callbacks "callback_change" and "callback_delete" in scripting API function
|
||||
config_new_option have been changed: an integer return value was expected by error,
|
||||
now any return value is ignored (like it has always been in the C API).
|
||||
|
||||
[[v3.7]]
|
||||
== Version 3.7 (2022-10-09)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user