mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
Add function window_set_title in API (task #9361)
This commit is contained in:
@@ -527,6 +527,7 @@ plugin_load (const char *filename)
|
||||
new_plugin->window_get_integer = &gui_window_get_integer;
|
||||
new_plugin->window_get_string = &gui_window_get_string;
|
||||
new_plugin->window_get_pointer = &gui_window_get_pointer;
|
||||
new_plugin->window_set_title = &gui_window_set_title;
|
||||
|
||||
new_plugin->nicklist_add_group = &gui_nicklist_add_group;
|
||||
new_plugin->nicklist_search_group = &gui_nicklist_search_group;
|
||||
|
||||
Reference in New Issue
Block a user