mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
api: add functions config_{boolean|integer|string|color|enum}_inherited in scripting API
This commit is contained in:
@@ -102,14 +102,19 @@ PHP_FUNCTION(weechat_config_option_is_null);
|
||||
PHP_FUNCTION(weechat_config_option_default_is_null);
|
||||
PHP_FUNCTION(weechat_config_boolean);
|
||||
PHP_FUNCTION(weechat_config_boolean_default);
|
||||
PHP_FUNCTION(weechat_config_boolean_inherited);
|
||||
PHP_FUNCTION(weechat_config_integer);
|
||||
PHP_FUNCTION(weechat_config_integer_default);
|
||||
PHP_FUNCTION(weechat_config_integer_inherited);
|
||||
PHP_FUNCTION(weechat_config_string);
|
||||
PHP_FUNCTION(weechat_config_string_default);
|
||||
PHP_FUNCTION(weechat_config_string_inherited);
|
||||
PHP_FUNCTION(weechat_config_color);
|
||||
PHP_FUNCTION(weechat_config_color_default);
|
||||
PHP_FUNCTION(weechat_config_color_inherited);
|
||||
PHP_FUNCTION(weechat_config_enum);
|
||||
PHP_FUNCTION(weechat_config_enum_default);
|
||||
PHP_FUNCTION(weechat_config_enum_inherited);
|
||||
PHP_FUNCTION(weechat_config_write_option);
|
||||
PHP_FUNCTION(weechat_config_write_line);
|
||||
PHP_FUNCTION(weechat_config_write);
|
||||
|
||||
Reference in New Issue
Block a user