diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-12 10:39:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-13 10:35:29 +0100 |
commit | e5e3a9d2da382c7260b305e823a693734189a338 (patch) | |
tree | 50a888febc6c50ea22154982e5a8484d38eac746 /src/plugins/php/weechat-php_arginfo.h | |
parent | fbbed9fbf7262ad497a012e40f9e6e3d39dd6030 (diff) | |
download | weechat-e5e3a9d2da382c7260b305e823a693734189a338.zip |
api: add function buffer_new_props (closes #1759)
Diffstat (limited to 'src/plugins/php/weechat-php_arginfo.h')
-rw-r--r-- | src/plugins/php/weechat-php_arginfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php_arginfo.h b/src/plugins/php/weechat-php_arginfo.h index 8067b169b..b963c6e08 100644 --- a/src/plugins/php/weechat-php_arginfo.h +++ b/src/plugins/php/weechat-php_arginfo.h @@ -222,6 +222,8 @@ ZEND_END_ARG_INFO() #define arginfo_weechat_buffer_new arginfo_weechat_register +#define arginfo_weechat_buffer_new_props arginfo_weechat_register + #define arginfo_weechat_buffer_search arginfo_weechat_register #define arginfo_weechat_buffer_search_main arginfo_weechat_register |