mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
php: add missing functions current_buffer and current_window
This commit is contained in:
@@ -134,6 +134,7 @@ PHP_FUNCTION(weechat_unhook_all);
|
||||
PHP_FUNCTION(weechat_buffer_new);
|
||||
PHP_FUNCTION(weechat_buffer_search);
|
||||
PHP_FUNCTION(weechat_buffer_search_main);
|
||||
PHP_FUNCTION(weechat_current_buffer);
|
||||
PHP_FUNCTION(weechat_buffer_clear);
|
||||
PHP_FUNCTION(weechat_buffer_close);
|
||||
PHP_FUNCTION(weechat_buffer_merge);
|
||||
@@ -144,6 +145,7 @@ PHP_FUNCTION(weechat_buffer_get_pointer);
|
||||
PHP_FUNCTION(weechat_buffer_set);
|
||||
PHP_FUNCTION(weechat_buffer_string_replace_local_var);
|
||||
PHP_FUNCTION(weechat_buffer_match_list);
|
||||
PHP_FUNCTION(weechat_current_window);
|
||||
PHP_FUNCTION(weechat_window_search_with_buffer);
|
||||
PHP_FUNCTION(weechat_window_get_integer);
|
||||
PHP_FUNCTION(weechat_window_get_string);
|
||||
|
||||
Reference in New Issue
Block a user