From c943d3507f0ee5471dba9ab95208fb42705ae367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 13 Mar 2022 14:07:22 +0100 Subject: python: add function buffer_new_props in Python stub file --- src/plugins/python/weechat.pyi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins') diff --git a/src/plugins/python/weechat.pyi b/src/plugins/python/weechat.pyi index 312a97a32..005daee3c 100644 --- a/src/plugins/python/weechat.pyi +++ b/src/plugins/python/weechat.pyi @@ -586,6 +586,13 @@ def buffer_new(name: str, input_callback: str, input_callback_data: str, ... +def buffer_new_props(name: str, properties: Dict[str, str], + input_callback: str, input_callback_data: str, + close_callback: str, close_callback_data: str) -> str: + """`buffer_new_props in WeeChat plugin API reference `_""" + ... + + def current_buffer() -> str: """`current_buffer in WeeChat plugin API reference `_""" ... -- cgit v1.2.3