1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

api: add function line_search_by_id

This commit is contained in:
Sébastien Helleu
2024-06-27 07:03:55 +02:00
parent 0e9ed21edf
commit f076db4767
26 changed files with 448 additions and 3 deletions
+1
View File
@@ -241,6 +241,7 @@ const zend_function_entry weechat_functions[] = {
PHP_FE(weechat_buffer_set, arginfo_weechat_buffer_set)
PHP_FE(weechat_buffer_string_replace_local_var, arginfo_weechat_buffer_string_replace_local_var)
PHP_FE(weechat_buffer_match_list, arginfo_weechat_buffer_match_list)
PHP_FE(weechat_line_search_by_id, arginfo_weechat_line_search_by_id)
PHP_FE(weechat_current_window, arginfo_weechat_current_window)
PHP_FE(weechat_window_search_with_buffer, arginfo_weechat_window_search_with_buffer)
PHP_FE(weechat_window_get_integer, arginfo_weechat_window_get_integer)