1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

relay/api: replace "context" by "buffer_id" (issue #2081)

This commit is contained in:
Sébastien Helleu
2024-03-10 14:28:44 +01:00
parent 48ca390f79
commit bb346f8c6c
3 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern int relay_api_msg_send_error_json (struct t_relay_client *client,
extern int relay_api_msg_send_event (struct t_relay_client *client,
const char *name,
const char *type,
const char *context,
struct t_gui_buffer *buffer,
cJSON *json_body);
extern cJSON *relay_api_msg_buffer_to_json (struct t_gui_buffer *buffer,
long lines,