1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

api: add functions config_option_get_string and config_option_get_pointer in scripting API

This commit is contained in:
Sébastien Helleu
2024-03-03 10:32:11 +01:00
parent 0bf560f9b7
commit c3eff15a56
22 changed files with 349 additions and 3 deletions
+2
View File
@@ -575,6 +575,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
config_option_set_null +
config_option_unset +
config_option_rename +
config_option_get_string +
config_option_get_pointer +
config_option_is_null +
config_option_default_is_null +
config_boolean +