1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: create or update option weechat.notify.xxx when function buffer_set is called with "notify" property (closes #1390)

This commit is contained in:
Sébastien Helleu
2019-08-10 17:48:34 +02:00
parent a409080d8b
commit c411ee475a
4 changed files with 101 additions and 38 deletions
+1
View File
@@ -246,6 +246,7 @@ extern char *gui_buffer_properties_set[];
/* buffer functions */
extern int gui_buffer_search_type (const char *type);
extern int gui_buffer_search_notify (const char *notify);
extern const char *gui_buffer_get_plugin_name (struct t_gui_buffer *buffer);
extern const char *gui_buffer_get_short_name (struct t_gui_buffer *buffer);
extern void gui_buffer_build_full_name (struct t_gui_buffer *buffer);