summaryrefslogtreecommitdiff
path: root/src/plugins/python/weechat.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python/weechat.pyi')
-rw-r--r--src/plugins/python/weechat.pyi408
1 files changed, 204 insertions, 204 deletions
diff --git a/src/plugins/python/weechat.pyi b/src/plugins/python/weechat.pyi
index 97b306df8..d3c2cb214 100644
--- a/src/plugins/python/weechat.pyi
+++ b/src/plugins/python/weechat.pyi
@@ -48,13 +48,13 @@ WEECHAT_HOOK_SIGNAL_POINTER: str = "pointer"
def register(name: str, author: str, version: str, license: str, description: str, shutdown_function: str, charset: str) -> int:
- """`register in WeeChat plugin API reference <https://weechat.org/doc/api/#_register>`_
+ """`register in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_register>`_
"""
...
def plugin_get_name(plugin: str) -> str:
- """`plugin_get_name in WeeChat plugin API reference <https://weechat.org/doc/api/#_plugin_get_name>`_
+ """`plugin_get_name in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_plugin_get_name>`_
::
# example
@@ -65,7 +65,7 @@ def plugin_get_name(plugin: str) -> str:
def charset_set(charset: str) -> int:
- """`charset_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_charset_set>`_
+ """`charset_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_charset_set>`_
::
# example
@@ -75,7 +75,7 @@ def charset_set(charset: str) -> int:
def iconv_to_internal(charset: str, string: str) -> str:
- """`iconv_to_internal in WeeChat plugin API reference <https://weechat.org/doc/api/#_iconv_to_internal>`_
+ """`iconv_to_internal in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_iconv_to_internal>`_
::
# example
@@ -85,7 +85,7 @@ def iconv_to_internal(charset: str, string: str) -> str:
def iconv_from_internal(charset: str, string: str) -> str:
- """`iconv_from_internal in WeeChat plugin API reference <https://weechat.org/doc/api/#_iconv_from_internal>`_
+ """`iconv_from_internal in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_iconv_from_internal>`_
::
# example
@@ -95,7 +95,7 @@ def iconv_from_internal(charset: str, string: str) -> str:
def gettext(string: str) -> str:
- """`gettext in WeeChat plugin API reference <https://weechat.org/doc/api/#_gettext>`_
+ """`gettext in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_gettext>`_
::
# example
@@ -105,7 +105,7 @@ def gettext(string: str) -> str:
def ngettext(string: str, plural: str, count: int) -> str:
- """`ngettext in WeeChat plugin API reference <https://weechat.org/doc/api/#_ngettext>`_
+ """`ngettext in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_ngettext>`_
::
# example
@@ -116,7 +116,7 @@ def ngettext(string: str, plural: str, count: int) -> str:
def strlen_screen(string: str) -> int:
- """`strlen_screen in WeeChat plugin API reference <https://weechat.org/doc/api/#_strlen_screen>`_
+ """`strlen_screen in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_strlen_screen>`_
::
# example
@@ -126,7 +126,7 @@ def strlen_screen(string: str) -> int:
def string_match(string: str, mask: str, case_sensitive: int) -> int:
- """`string_match in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_match>`_
+ """`string_match in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_match>`_
::
# examples
@@ -140,7 +140,7 @@ def string_match(string: str, mask: str, case_sensitive: int) -> int:
def string_match_list(string: str, masks: str, case_sensitive: int) -> int:
- """`string_match_list in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_match_list>`_
+ """`string_match_list in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_match_list>`_
::
# examples
@@ -152,7 +152,7 @@ def string_match_list(string: str, masks: str, case_sensitive: int) -> int:
def string_eval_path_home(path: str, pointers: Dict[str, str], extra_vars: Dict[str, str], options: Dict[str, str]) -> str:
- """`string_eval_path_home in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_eval_path_home>`_
+ """`string_eval_path_home in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_eval_path_home>`_
::
# example
@@ -163,7 +163,7 @@ def string_eval_path_home(path: str, pointers: Dict[str, str], extra_vars: Dict[
def string_mask_to_regex(mask: str) -> str:
- """`string_mask_to_regex in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_mask_to_regex>`_
+ """`string_mask_to_regex in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_mask_to_regex>`_
::
# example
@@ -173,7 +173,7 @@ def string_mask_to_regex(mask: str) -> str:
def string_has_highlight(string: str, highlight_words: str) -> int:
- """`string_has_highlight in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_has_highlight>`_
+ """`string_has_highlight in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_has_highlight>`_
::
# example
@@ -183,7 +183,7 @@ def string_has_highlight(string: str, highlight_words: str) -> int:
def string_has_highlight_regex(string: str, regex: str) -> int:
- """`string_has_highlight_regex in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_has_highlight_regex>`_
+ """`string_has_highlight_regex in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_has_highlight_regex>`_
::
# example
@@ -193,7 +193,7 @@ def string_has_highlight_regex(string: str, regex: str) -> int:
def string_format_size(size: int) -> str:
- """`string_format_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_format_size>`_
+ """`string_format_size in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_format_size>`_
::
# example
@@ -203,7 +203,7 @@ def string_format_size(size: int) -> str:
def string_parse_size(size: str) -> int:
- """`string_parse_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_parse_size>`_
+ """`string_parse_size in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_parse_size>`_
::
# example
@@ -213,7 +213,7 @@ def string_parse_size(size: str) -> int:
def string_color_code_size(string: str) -> int:
- """`string_color_code_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_color_code_size>`_
+ """`string_color_code_size in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_color_code_size>`_
::
# examples
@@ -225,7 +225,7 @@ def string_color_code_size(string: str) -> int:
def string_remove_color(string: str, replacement: str) -> str:
- """`string_remove_color in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_remove_color>`_
+ """`string_remove_color in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_remove_color>`_
::
# example
@@ -235,7 +235,7 @@ def string_remove_color(string: str, replacement: str) -> str:
def string_is_command_char(string: str) -> int:
- """`string_is_command_char in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_is_command_char>`_
+ """`string_is_command_char in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_is_command_char>`_
::
# examples
@@ -246,7 +246,7 @@ def string_is_command_char(string: str) -> int:
def string_input_for_buffer(string: str) -> str:
- """`string_input_for_buffer in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_input_for_buffer>`_
+ """`string_input_for_buffer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_input_for_buffer>`_
::
# examples
@@ -258,7 +258,7 @@ def string_input_for_buffer(string: str) -> str:
def string_eval_expression(expr: str, pointers: Dict[str, str], extra_vars: Dict[str, str], options: Dict[str, str]) -> str:
- """`string_eval_expression in WeeChat plugin API reference <https://weechat.org/doc/api/#_string_eval_expression>`_
+ """`string_eval_expression in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_string_eval_expression>`_
::
# examples
@@ -288,7 +288,7 @@ def string_eval_expression(expr: str, pointers: Dict[str, str], extra_vars: Dict
def mkdir_home(directory: str, mode: int) -> int:
- """`mkdir_home in WeeChat plugin API reference <https://weechat.org/doc/api/#_mkdir_home>`_
+ """`mkdir_home in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_mkdir_home>`_
::
# example
@@ -298,7 +298,7 @@ def mkdir_home(directory: str, mode: int) -> int:
def mkdir(directory: str, mode: int) -> int:
- """`mkdir in WeeChat plugin API reference <https://weechat.org/doc/api/#_mkdir>`_
+ """`mkdir in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_mkdir>`_
::
# example
@@ -308,7 +308,7 @@ def mkdir(directory: str, mode: int) -> int:
def mkdir_parents(directory: str, mode: int) -> int:
- """`mkdir_parents in WeeChat plugin API reference <https://weechat.org/doc/api/#_mkdir_parents>`_
+ """`mkdir_parents in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_mkdir_parents>`_
::
# example
@@ -318,7 +318,7 @@ def mkdir_parents(directory: str, mode: int) -> int:
def list_new() -> str:
- """`list_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_new>`_
+ """`list_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_new>`_
::
# example
@@ -328,7 +328,7 @@ def list_new() -> str:
def list_add(list: str, data: str, where: str, user_data: str) -> str:
- """`list_add in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_add>`_
+ """`list_add in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_add>`_
::
# example
@@ -338,7 +338,7 @@ def list_add(list: str, data: str, where: str, user_data: str) -> str:
def list_search(list: str, data: str) -> str:
- """`list_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_search>`_
+ """`list_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_search>`_
::
# example
@@ -348,7 +348,7 @@ def list_search(list: str, data: str) -> str:
def list_search_pos(list: str, data: str) -> int:
- """`list_search_pos in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_search_pos>`_
+ """`list_search_pos in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_search_pos>`_
::
# example
@@ -358,7 +358,7 @@ def list_search_pos(list: str, data: str) -> int:
def list_casesearch(list: str, data: str) -> str:
- """`list_casesearch in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_casesearch>`_
+ """`list_casesearch in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_casesearch>`_
::
# example
@@ -368,7 +368,7 @@ def list_casesearch(list: str, data: str) -> str:
def list_casesearch_pos(list: str, data: str) -> int:
- """`list_casesearch_pos in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_casesearch_pos>`_
+ """`list_casesearch_pos in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_casesearch_pos>`_
::
# example
@@ -378,7 +378,7 @@ def list_casesearch_pos(list: str, data: str) -> int:
def list_get(list: str, position: int) -> str:
- """`list_get in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_get>`_
+ """`list_get in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_get>`_
::
# example
@@ -388,7 +388,7 @@ def list_get(list: str, position: int) -> str:
def list_set(item: str, value: str) -> int:
- """`list_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_set>`_
+ """`list_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_set>`_
::
# example
@@ -398,7 +398,7 @@ def list_set(item: str, value: str) -> int:
def list_next(item: str) -> str:
- """`list_next in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_next>`_
+ """`list_next in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_next>`_
::
# example
@@ -408,7 +408,7 @@ def list_next(item: str) -> str:
def list_prev(item: str) -> str:
- """`list_prev in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_prev>`_
+ """`list_prev in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_prev>`_
::
# example
@@ -418,7 +418,7 @@ def list_prev(item: str) -> str:
def list_string(item: str) -> str:
- """`list_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_string>`_
+ """`list_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_string>`_
::
# example
@@ -428,7 +428,7 @@ def list_string(item: str) -> str:
def list_size(list: str) -> int:
- """`list_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_size>`_
+ """`list_size in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_size>`_
::
# example
@@ -438,7 +438,7 @@ def list_size(list: str) -> int:
def list_remove(list: str, item: str) -> int:
- """`list_remove in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_remove>`_
+ """`list_remove in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_remove>`_
::
# example
@@ -448,7 +448,7 @@ def list_remove(list: str, item: str) -> int:
def list_remove_all(list: str) -> int:
- """`list_remove_all in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_remove_all>`_
+ """`list_remove_all in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_remove_all>`_
::
# example
@@ -458,7 +458,7 @@ def list_remove_all(list: str) -> int:
def list_free(list: str) -> int:
- """`list_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_list_free>`_
+ """`list_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_list_free>`_
::
# example
@@ -468,7 +468,7 @@ def list_free(list: str) -> int:
def config_new(name: str, callback_reload: str, callback_reload_data: str) -> str:
- """`config_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_new>`_
+ """`config_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_new>`_
::
# example
@@ -482,7 +482,7 @@ def config_new(name: str, callback_reload: str, callback_reload_data: str) -> st
def config_set_version(config_file: str, version: int, callback_update: str, callback_update_data: str) -> int:
- """`config_set_version in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_set_version>`_
+ """`config_set_version in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_set_version>`_
::
# example
@@ -535,7 +535,7 @@ def config_new_section(config_file: str, name: str,
callback_write_default: str, callback_write_default_data: str,
callback_create_option: str, callback_create_option_data: str,
callback_delete_option: str, callback_delete_option_data: str) -> str:
- """`config_new_section in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_new_section>`_
+ """`config_new_section in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_new_section>`_
::
# example
@@ -583,7 +583,7 @@ def config_new_section(config_file: str, name: str,
def config_search_section(config_file: str, section_name: str) -> str:
- """`config_search_section in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_search_section>`_
+ """`config_search_section in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_search_section>`_
::
# example
@@ -598,7 +598,7 @@ def config_new_option(config_file: str, section: str, name: str, type: str, desc
callback_check_value: str, callback_check_value_data: str,
callback_change: str, callback_change_data: str,
callback_delete: str, callback_delete_data: str) -> str:
- """`config_new_option in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_new_option>`_
+ """`config_new_option in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_new_option>`_
::
# example
@@ -653,7 +653,7 @@ def config_new_option(config_file: str, section: str, name: str, type: str, desc
def config_search_option(config_file: str, section: str, option_name: str) -> str:
- """`config_search_option in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_search_option>`_
+ """`config_search_option in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_search_option>`_
::
# example
@@ -663,7 +663,7 @@ def config_search_option(config_file: str, section: str, option_name: str) -> st
def config_string_to_boolean(text: str) -> int:
- """`config_string_to_boolean in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_string_to_boolean>`_
+ """`config_string_to_boolean in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_string_to_boolean>`_
::
# example
@@ -674,7 +674,7 @@ def config_string_to_boolean(text: str) -> int:
def config_option_reset(option: str, run_callback: int) -> int:
- """`config_option_reset in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_reset>`_
+ """`config_option_reset in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_reset>`_
::
# example
@@ -690,7 +690,7 @@ def config_option_reset(option: str, run_callback: int) -> int:
def config_option_set(option: str, value: str, run_callback: int) -> int:
- """`config_option_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_set>`_
+ """`config_option_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_set>`_
::
# example
@@ -706,7 +706,7 @@ def config_option_set(option: str, value: str, run_callback: int) -> int:
def config_option_set_null(option: str, run_callback: int) -> int:
- """`config_option_set_null in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_set_null>`_
+ """`config_option_set_null in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_set_null>`_
::
# example
@@ -722,7 +722,7 @@ def config_option_set_null(option: str, run_callback: int) -> int:
def config_option_unset(option: str) -> int:
- """`config_option_unset in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_unset>`_
+ """`config_option_unset in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_unset>`_
::
# example
@@ -740,7 +740,7 @@ def config_option_unset(option: str) -> int:
def config_option_rename(option: str, new_name: str) -> int:
- """`config_option_rename in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_rename>`_
+ """`config_option_rename in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_rename>`_
::
# example
@@ -750,7 +750,7 @@ def config_option_rename(option: str, new_name: str) -> int:
def config_option_is_null(option: str) -> int:
- """`config_option_is_null in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_is_null>`_
+ """`config_option_is_null in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_is_null>`_
::
# example
@@ -761,7 +761,7 @@ def config_option_is_null(option: str) -> int:
def config_option_default_is_null(option: str) -> int:
- """`config_option_default_is_null in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_default_is_null>`_
+ """`config_option_default_is_null in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_default_is_null>`_
::
# example
@@ -772,7 +772,7 @@ def config_option_default_is_null(option: str) -> int:
def config_boolean(option: str) -> int:
- """`config_boolean in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_boolean>`_
+ """`config_boolean in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_boolean>`_
::
# example
@@ -784,7 +784,7 @@ def config_boolean(option: str) -> int:
def config_boolean_default(option: str) -> int:
- """`config_boolean_default in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_boolean_default>`_
+ """`config_boolean_default in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_boolean_default>`_
::
# example
@@ -796,7 +796,7 @@ def config_boolean_default(option: str) -> int:
def config_integer(option: str) -> int:
- """`config_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_integer>`_
+ """`config_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_integer>`_
::
# example
@@ -807,7 +807,7 @@ def config_integer(option: str) -> int:
def config_integer_default(option: str) -> int:
- """`config_integer_default in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_integer_default>`_
+ """`config_integer_default in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_integer_default>`_
::
# example
@@ -818,7 +818,7 @@ def config_integer_default(option: str) -> int:
def config_string(option: str) -> str:
- """`config_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_string>`_
+ """`config_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_string>`_
::
# example
@@ -829,7 +829,7 @@ def config_string(option: str) -> str:
def config_string_default(option: str) -> str:
- """`config_string_default in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_string_default>`_
+ """`config_string_default in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_string_default>`_
::
# example
@@ -840,7 +840,7 @@ def config_string_default(option: str) -> str:
def config_color(option: str) -> str:
- """`config_color in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_color>`_
+ """`config_color in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_color>`_
::
# example
@@ -851,7 +851,7 @@ def config_color(option: str) -> str:
def config_color_default(option: str) -> str:
- """`config_color_default in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_color_default>`_
+ """`config_color_default in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_color_default>`_
::
# example
@@ -862,7 +862,7 @@ def config_color_default(option: str) -> str:
def config_write_option(config_file: str, option: str) -> int:
- """`config_write_option in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_write_option>`_
+ """`config_write_option in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_write_option>`_
::
# example
@@ -875,7 +875,7 @@ def config_write_option(config_file: str, option: str) -> int:
def config_write_line(config_file: str, option_name: str, value: str) -> int:
- """`config_write_line in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_write_line>`_
+ """`config_write_line in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_write_line>`_
::
# example
@@ -888,7 +888,7 @@ def config_write_line(config_file: str, option_name: str, value: str) -> int:
def config_write(config_file: str) -> int:
- """`config_write in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_write>`_
+ """`config_write in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_write>`_
::
# example
@@ -904,7 +904,7 @@ def config_write(config_file: str) -> int:
def config_read(config_file: str) -> int:
- """`config_read in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_read>`_
+ """`config_read in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_read>`_
::
# example
@@ -920,7 +920,7 @@ def config_read(config_file: str) -> int:
def config_reload(config_file: str) -> int:
- """`config_reload in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_reload>`_
+ """`config_reload in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_reload>`_
::
# example
@@ -936,7 +936,7 @@ def config_reload(config_file: str) -> int:
def config_option_free(option: str) -> int:
- """`config_option_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_option_free>`_
+ """`config_option_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_option_free>`_
::
# example
@@ -946,7 +946,7 @@ def config_option_free(option: str) -> int:
def config_section_free_options(section: str) -> int:
- """`config_section_free_options in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_section_free_options>`_
+ """`config_section_free_options in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_section_free_options>`_
::
# example
@@ -956,7 +956,7 @@ def config_section_free_options(section: str) -> int:
def config_section_free(section: str) -> int:
- """`config_section_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_section_free>`_
+ """`config_section_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_section_free>`_
::
# example
@@ -966,7 +966,7 @@ def config_section_free(section: str) -> int:
def config_free(config_file: str) -> int:
- """`config_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_free>`_
+ """`config_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_free>`_
::
# example
@@ -976,7 +976,7 @@ def config_free(config_file: str) -> int:
def config_get(option_name: str) -> str:
- """`config_get in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_get>`_
+ """`config_get in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_get>`_
::
# example
@@ -986,7 +986,7 @@ def config_get(option_name: str) -> str:
def config_get_plugin(option_name: str) -> str:
- """`config_get_plugin in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_get_plugin>`_
+ """`config_get_plugin in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_get_plugin>`_
::
# example
@@ -996,7 +996,7 @@ def config_get_plugin(option_name: str) -> str:
def config_is_set_plugin(option_name: str) -> int:
- """`config_is_set_plugin in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_is_set_plugin>`_
+ """`config_is_set_plugin in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_is_set_plugin>`_
::
# example
@@ -1011,7 +1011,7 @@ def config_is_set_plugin(option_name: str) -> int:
def config_set_plugin(option_name: str, value: str) -> int:
- """`config_set_plugin in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_set_plugin>`_
+ """`config_set_plugin in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_set_plugin>`_
::
# example
@@ -1029,7 +1029,7 @@ def config_set_plugin(option_name: str, value: str) -> int:
def config_set_desc_plugin(option_name: str, description: str) -> int:
- """`config_set_desc_plugin in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_set_desc_plugin>`_
+ """`config_set_desc_plugin in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_set_desc_plugin>`_
::
# example
@@ -1041,7 +1041,7 @@ def config_set_desc_plugin(option_name: str, description: str) -> int:
def config_unset_plugin(option_name: str) -> int:
- """`config_unset_plugin in WeeChat plugin API reference <https://weechat.org/doc/api/#_config_unset_plugin>`_
+ """`config_unset_plugin in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_config_unset_plugin>`_
::
# example
@@ -1059,7 +1059,7 @@ def config_unset_plugin(option_name: str) -> int:
def key_bind(context: str, keys: Dict[str, str]) -> int:
- """`key_bind in WeeChat plugin API reference <https://weechat.org/doc/api/#_key_bind>`_
+ """`key_bind in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_key_bind>`_
::
# example
@@ -1072,7 +1072,7 @@ def key_bind(context: str, keys: Dict[str, str]) -> int:
def key_unbind(context: str, key: str) -> int:
- """`key_unbind in WeeChat plugin API reference <https://weechat.org/doc/api/#_key_unbind>`_
+ """`key_unbind in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_key_unbind>`_
::
# examples
@@ -1087,7 +1087,7 @@ def key_unbind(context: str, key: str) -> int:
def prefix(prefix: str) -> str:
- """`prefix in WeeChat plugin API reference <https://weechat.org/doc/api/#_prefix>`_
+ """`prefix in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_prefix>`_
::
# example
@@ -1097,7 +1097,7 @@ def prefix(prefix: str) -> str:
def color(color_name: str) -> str:
- """`color in WeeChat plugin API reference <https://weechat.org/doc/api/#_color>`_
+ """`color in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_color>`_
::
# example
@@ -1108,7 +1108,7 @@ def color(color_name: str) -> str:
def prnt(buffer: str, message: str) -> int:
- """`prnt in WeeChat plugin API reference <https://weechat.org/doc/api/#_prnt>`_
+ """`prnt in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_prnt>`_
::
# example
@@ -1123,7 +1123,7 @@ def prnt(buffer: str, message: str) -> int:
def prnt_date_tags(buffer: str, date: int, tags: str, message: str) -> int:
- """`prnt_date_tags in WeeChat plugin API reference <https://weechat.org/doc/api/#_prnt_date_tags>`_
+ """`prnt_date_tags in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_prnt_date_tags>`_
::
# example
@@ -1135,7 +1135,7 @@ def prnt_date_tags(buffer: str, date: int, tags: str, message: str) -> int:
def prnt_y(buffer: str, y: int, message: str) -> int:
- """`prnt_y in WeeChat plugin API reference <https://weechat.org/doc/api/#_prnt_y>`_
+ """`prnt_y in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_prnt_y>`_
::
# example
@@ -1145,7 +1145,7 @@ def prnt_y(buffer: str, y: int, message: str) -> int:
def prnt_y_date_tags(buffer: str, y: int, date: int, tags: str, message: str) -> int:
- """`prnt_y_date_tags in WeeChat plugin API reference <https://weechat.org/doc/api/#_prnt_y_date_tags>`_
+ """`prnt_y_date_tags in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_prnt_y_date_tags>`_
::
# example
@@ -1155,7 +1155,7 @@ def prnt_y_date_tags(buffer: str, y: int, date: int, tags: str, message: str) ->
def log_print(message: str) -> int:
- """`log_print in WeeChat plugin API reference <https://weechat.org/doc/api/#_log_print>`_
+ """`log_print in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_log_print>`_
::
# example
@@ -1166,7 +1166,7 @@ def log_print(message: str) -> int:
def hook_command(command: str, description: str, args: str, args_description: str,
completion: str, callback: str, callback_data: str) -> str:
- """`hook_command in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_command>`_
+ """`hook_command in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_command>`_
::
# example
@@ -1189,7 +1189,7 @@ def hook_command(command: str, description: str, args: str, args_description: st
def hook_completion(completion_item: str, description: str, callback: str, callback_data: str) -> str:
- """`hook_completion in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_completion>`_
+ """`hook_completion in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_completion>`_
::
# example
@@ -1205,7 +1205,7 @@ def hook_completion(completion_item: str, description: str, callback: str, callb
def hook_command_run(command: str, callback: str, callback_data: str) -> str:
- """`hook_command_run in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_command_run>`_
+ """`hook_command_run in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_command_run>`_
::
# example
@@ -1219,7 +1219,7 @@ def hook_command_run(command: str, callback: str, callback_data: str) -> str:
def hook_timer(interval: int, align_second: int, max_calls: int, callback: str, callback_data: str) -> str:
- """`hook_timer in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_timer>`_
+ """`hook_timer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_timer>`_
::
# example
@@ -1234,7 +1234,7 @@ def hook_timer(interval: int, align_second: int, max_calls: int, callback: str,
def hook_fd(fd: int, flag_read: int, flag_write: int, flag_exception: int, callback: str, callback_data: str) -> str:
- """`hook_fd in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_fd>`_
+ """`hook_fd in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_fd>`_
::
# example
@@ -1249,7 +1249,7 @@ def hook_fd(fd: int, flag_read: int, flag_write: int, flag_exception: int, callb
def hook_process(command: str, timeout: int, callback: str, callback_data: str) -> str:
- """`hook_process in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_process>`_
+ """`hook_process in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_process>`_
::
# example with an external command
@@ -1291,7 +1291,7 @@ def hook_process(command: str, timeout: int, callback: str, callback_data: str)
def hook_process_hashtable(command: str, options: Dict[str, str], timeout: int, callback: str, callback_data: str) -> str:
- """`hook_process_hashtable in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_process_hashtable>`_
+ """`hook_process_hashtable in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_process_hashtable>`_
::
# example
@@ -1342,7 +1342,7 @@ def hook_process_hashtable(command: str, options: Dict[str, str], timeout: int,
def hook_connect(proxy: str, address: str, port: int, ipv6: int, retry: int, local_hostname: str,
callback: str, callback_data: str) -> str:
- """`hook_connect in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_connect>`_
+ """`hook_connect in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_connect>`_
::
# example
@@ -1378,7 +1378,7 @@ def hook_connect(proxy: str, address: str, port: int, ipv6: int, retry: int, loc
def hook_line(buffer_type: str, buffer_name: str, tags: str, callback: str, callback_data: str) -> str:
- """`hook_line in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_line>`_
+ """`hook_line in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_line>`_
::
# example
@@ -1393,7 +1393,7 @@ def hook_line(buffer_type: str, buffer_name: str, tags: str, callback: str, call
def hook_print(buffer: str, tags: str, message: str, strip_colors: int, callback: str, callback_data: str) -> str:
- """`hook_print in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_print>`_
+ """`hook_print in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_print>`_
::
# example
@@ -1409,7 +1409,7 @@ def hook_print(buffer: str, tags: str, message: str, strip_colors: int, callback
def hook_signal(signal: str, callback: str, callback_data: str) -> str:
- """`hook_signal in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_signal>`_
+ """`hook_signal in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_signal>`_
::
# example
@@ -1424,7 +1424,7 @@ def hook_signal(signal: str, callback: str, callback_data: str) -> str:
def hook_signal_send(signal: str, type_data: str, signal_data: str) -> int:
- """`hook_signal_send in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_signal_send>`_
+ """`hook_signal_send in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_signal_send>`_
::
# example
@@ -1434,7 +1434,7 @@ def hook_signal_send(signal: str, type_data: str, signal_data: str) -> int:
def hook_hsignal(signal: str, callback: str, callback_data: str) -> str:
- """`hook_hsignal in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_hsignal>`_
+ """`hook_hsignal in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_hsignal>`_
::
# example
@@ -1448,7 +1448,7 @@ def hook_hsignal(signal: str, callback: str, callback_data: str) -> str:
def hook_hsignal_send(signal: str, hashtable: Dict[str, str]) -> int:
- """`hook_hsignal_send in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_hsignal_send>`_
+ """`hook_hsignal_send in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_hsignal_send>`_
::
# example
@@ -1458,7 +1458,7 @@ def hook_hsignal_send(signal: str, hashtable: Dict[str, str]) -> int:
def hook_config(option: str, callback: str, callback_data: str) -> str:
- """`hook_config in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_config>`_
+ """`hook_config in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_config>`_
::
# example
@@ -1473,7 +1473,7 @@ def hook_config(option: str, callback: str, callback_data: str) -> str:
def hook_modifier(modifier: str, callback: str, callback_data: str) -> str:
- """`hook_modifier in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_modifier>`_
+ """`hook_modifier in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_modifier>`_
::
# example
@@ -1486,7 +1486,7 @@ def hook_modifier(modifier: str, callback: str, callback_data: str) -> str:
def hook_modifier_exec(modifier: str, modifier_data: str, string: str) -> str:
- """`hook_modifier_exec in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_modifier_exec>`_
+ """`hook_modifier_exec in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_modifier_exec>`_
::
# example
@@ -1497,7 +1497,7 @@ def hook_modifier_exec(modifier: str, modifier_data: str, string: str) -> str:
def hook_info(info_name: str, description: str, args_description: str,
callback: str, callback_data: str) -> str:
- """`hook_info in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_info>`_
+ """`hook_info in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_info>`_
::
# example
@@ -1512,7 +1512,7 @@ def hook_info(info_name: str, description: str, args_description: str,
def hook_info_hashtable(info_name: str, description: str, args_description: str,
output_description: str, callback: str, callback_data: str) -> str:
- """`hook_info_hashtable in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_info_hashtable>`_
+ """`hook_info_hashtable in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_info_hashtable>`_
::
# example
@@ -1529,7 +1529,7 @@ def hook_info_hashtable(info_name: str, description: str, args_description: str,
def hook_infolist(infolist_name: str, description: str, pointer_description: str,
args_description: str, callback: str, callback_data: str) -> str:
- """`hook_infolist in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_infolist>`_
+ """`hook_infolist in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_infolist>`_
::
# example
@@ -1546,7 +1546,7 @@ def hook_infolist(infolist_name: str, description: str, pointer_description: str
def hook_focus(area: str, callback: str, callback_data: str) -> str:
- """`hook_focus in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_focus>`_
+ """`hook_focus in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_focus>`_
::
# example
@@ -1561,7 +1561,7 @@ def hook_focus(area: str, callback: str, callback_data: str) -> str:
def hook_set(hook: str, property: str, value: str) -> int:
- """`hook_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_hook_set>`_
+ """`hook_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hook_set>`_
::
# example
@@ -1578,7 +1578,7 @@ def hook_set(hook: str, property: str, value: str) -> int:
def unhook(hook: str) -> int:
- """`unhook in WeeChat plugin API reference <https://weechat.org/doc/api/#_unhook>`_
+ """`unhook in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_unhook>`_
::
# example
@@ -1588,7 +1588,7 @@ def unhook(hook: str) -> int:
def unhook_all() -> int:
- """`unhook_all in WeeChat plugin API reference <https://weechat.org/doc/api/#_unhook_all>`_
+ """`unhook_all in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_unhook_all>`_
::
# example
@@ -1599,7 +1599,7 @@ def unhook_all() -> int:
def buffer_new(name: str, input_callback: str, input_callback_data: str,
close_callback: str, close_callback_data: str) -> str:
- """`buffer_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_new>`_
+ """`buffer_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_new>`_
::
# example
@@ -1619,7 +1619,7 @@ 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 <https://weechat.org/doc/api/#_buffer_new_props>`_
+ """`buffer_new_props in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_new_props>`_
::
# example
@@ -1642,7 +1642,7 @@ def buffer_new_props(name: str, properties: Dict[str, str],
def current_buffer() -> str:
- """`current_buffer in WeeChat plugin API reference <https://weechat.org/doc/api/#_current_buffer>`_
+ """`current_buffer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_current_buffer>`_
::
# example
@@ -1652,7 +1652,7 @@ def current_buffer() -> str:
def buffer_search(plugin: str, name: str) -> str:
- """`buffer_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_search>`_
+ """`buffer_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_search>`_
::
# example
@@ -1662,7 +1662,7 @@ def buffer_search(plugin: str, name: str) -> str:
def buffer_search_main() -> str:
- """`buffer_search_main in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_search_main>`_
+ """`buffer_search_main in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_search_main>`_
::
# example
@@ -1672,7 +1672,7 @@ def buffer_search_main() -> str:
def buffer_clear(buffer: str) -> int:
- """`buffer_clear in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_clear>`_
+ """`buffer_clear in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_clear>`_
::
# example
@@ -1684,7 +1684,7 @@ def buffer_clear(buffer: str) -> int:
def buffer_close(buffer: str) -> int:
- """`buffer_close in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_close>`_
+ """`buffer_close in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_close>`_
::
# example
@@ -1696,7 +1696,7 @@ def buffer_close(buffer: str) -> int:
def buffer_merge(buffer: str, target_buffer: str) -> int:
- """`buffer_merge in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_merge>`_
+ """`buffer_merge in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_merge>`_
::
# example
@@ -1707,7 +1707,7 @@ def buffer_merge(buffer: str, target_buffer: str) -> int:
def buffer_unmerge(buffer: str, number: int) -> int:
- """`buffer_unmerge in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_unmerge>`_
+ """`buffer_unmerge in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_unmerge>`_
::
# example
@@ -1717,7 +1717,7 @@ def buffer_unmerge(buffer: str, number: int) -> int:
def buffer_get_integer(buffer: str, property: str) -> int:
- """`buffer_get_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_get_integer>`_
+ """`buffer_get_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_get_integer>`_
::
# example
@@ -1727,7 +1727,7 @@ def buffer_get_integer(buffer: str, property: str) -> int:
def buffer_get_string(buffer: str, property: str) -> str:
- """`buffer_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_get_string>`_
+ """`buffer_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_get_string>`_
::
# example
@@ -1739,7 +1739,7 @@ def buffer_get_string(buffer: str, property: str) -> str:
def buffer_get_pointer(buffer: str, property: str) -> str:
- """`buffer_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_get_pointer>`_
+ """`buffer_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_get_pointer>`_
::
# example
@@ -1749,7 +1749,7 @@ def buffer_get_pointer(buffer: str, property: str) -> str:
def buffer_set(buffer: str, property: str, value: str) -> int:
- """`buffer_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_set>`_
+ """`buffer_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_set>`_
::
# examples
@@ -1773,7 +1773,7 @@ def buffer_set(buffer: str, property: str, value: str) -> int:
def buffer_string_replace_local_var(buffer: str, string: str) -> str:
- """`buffer_string_replace_local_var in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_string_replace_local_var>`_
+ """`buffer_string_replace_local_var in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_string_replace_local_var>`_
::
# example
@@ -1785,7 +1785,7 @@ def buffer_string_replace_local_var(buffer: str, string: str) -> str:
def buffer_match_list(buffer: str, string: str) -> int:
- """`buffer_match_list in WeeChat plugin API reference <https://weechat.org/doc/api/#_buffer_match_list>`_
+ """`buffer_match_list in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_buffer_match_list>`_
::
# example
@@ -1800,7 +1800,7 @@ def buffer_match_list(buffer: str, string: str) -> int:
def current_window() -> str:
- """`current_window in WeeChat plugin API reference <https://weechat.org/doc/api/#_current_window>`_
+ """`current_window in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_current_window>`_
::
# example
@@ -1810,7 +1810,7 @@ def current_window() -> str:
def window_search_with_buffer(buffer: str) -> str:
- """`window_search_with_buffer in WeeChat plugin API reference <https://weechat.org/doc/api/#_window_search_with_buffer>`_
+ """`window_search_with_buffer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_window_search_with_buffer>`_
::
# example
@@ -1821,7 +1821,7 @@ def window_search_with_buffer(buffer: str) -> str:
def window_get_integer(window: str, property: str) -> int:
- """`window_get_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_window_get_integer>`_
+ """`window_get_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_window_get_integer>`_
::
# example
@@ -1833,13 +1833,13 @@ def window_get_integer(window: str, property: str) -> int:
def window_get_string(window: str, property: str) -> str:
- """`window_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_window_get_string>`_
+ """`window_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_window_get_string>`_
"""
...
def window_get_pointer(window: str, property: str) -> str:
- """`window_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_window_get_pointer>`_
+ """`window_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_window_get_pointer>`_
::
# example
@@ -1850,7 +1850,7 @@ def window_get_pointer(window: str, property: str) -> str:
def window_set_title(title: str) -> int:
- """`window_set_title in WeeChat plugin API reference <https://weechat.org/doc/api/#_window_set_title>`_
+ """`window_set_title in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_window_set_title>`_
::
# example
@@ -1860,7 +1860,7 @@ def window_set_title(title: str) -> int:
def nicklist_add_group(buffer: str, parent_group: str, name: str, color: str, visible: int) -> str:
- """`nicklist_add_group in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_add_group>`_
+ """`nicklist_add_group in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_add_group>`_
::
# example
@@ -1871,7 +1871,7 @@ def nicklist_add_group(buffer: str, parent_group: str, name: str, color: str, vi
def nicklist_search_group(buffer: str, from_group: str, name: str) -> str:
- """`nicklist_search_group in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_search_group>`_
+ """`nicklist_search_group in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_search_group>`_
::
# example
@@ -1881,7 +1881,7 @@ def nicklist_search_group(buffer: str, from_group: str, name: str) -> str:
def nicklist_add_nick(buffer: str, group: str, name: str, color: str, prefix: str, prefix_color: str, visible: int) -> str:
- """`nicklist_add_nick in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_add_nick>`_
+ """`nicklist_add_nick in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_add_nick>`_
::
# example
@@ -1895,7 +1895,7 @@ def nicklist_add_nick(buffer: str, group: str, name: str, color: str, prefix: st
def nicklist_search_nick(buffer: str, from_group: str, name: str) -> str:
- """`nicklist_search_nick in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_search_nick>`_
+ """`nicklist_search_nick in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_search_nick>`_
::
# example
@@ -1905,7 +1905,7 @@ def nicklist_search_nick(buffer: str, from_group: str, name: str) -> str:
def nicklist_remove_group(buffer: str, group: str) -> int:
- """`nicklist_remove_group in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_remove_group>`_
+ """`nicklist_remove_group in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_remove_group>`_
::
# example
@@ -1915,7 +1915,7 @@ def nicklist_remove_group(buffer: str, group: str) -> int:
def nicklist_remove_nick(buffer: str, nick: str) -> int:
- """`nicklist_remove_nick in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_remove_nick>`_
+ """`nicklist_remove_nick in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_remove_nick>`_
::
# example
@@ -1925,7 +1925,7 @@ def nicklist_remove_nick(buffer: str, nick: str) -> int:
def nicklist_remove_all(buffer: str) -> int:
- """`nicklist_remove_all in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_remove_all>`_
+ """`nicklist_remove_all in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_remove_all>`_
::
# example
@@ -1935,7 +1935,7 @@ def nicklist_remove_all(buffer: str) -> int:
def nicklist_group_get_integer(buffer: str, group: str, property: str) -> int:
- """`nicklist_group_get_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_group_get_integer>`_
+ """`nicklist_group_get_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_group_get_integer>`_
::
# example
@@ -1945,7 +1945,7 @@ def nicklist_group_get_integer(buffer: str, group: str, property: str) -> int:
def nicklist_group_get_string(buffer: str, group: str, property: str) -> str:
- """`nicklist_group_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_group_get_string>`_
+ """`nicklist_group_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_group_get_string>`_
::
# example
@@ -1955,7 +1955,7 @@ def nicklist_group_get_string(buffer: str, group: str, property: str) -> str:
def nicklist_group_get_pointer(buffer: str, group: str, property: str) -> str:
- """`nicklist_group_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_group_get_pointer>`_
+ """`nicklist_group_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_group_get_pointer>`_
::
# example
@@ -1965,7 +1965,7 @@ def nicklist_group_get_pointer(buffer: str, group: str, property: str) -> str:
def nicklist_group_set(buffer: str, group: str, property: str, value: str) -> int:
- """`nicklist_group_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_group_set>`_
+ """`nicklist_group_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_group_set>`_
::
# examples
@@ -1983,7 +1983,7 @@ def nicklist_group_set(buffer: str, group: str, property: str, value: str) -> in
def nicklist_nick_get_integer(buffer: str, nick: str, property: str) -> int:
- """`nicklist_nick_get_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_nick_get_integer>`_
+ """`nicklist_nick_get_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_nick_get_integer>`_
::
# example
@@ -1993,7 +1993,7 @@ def nicklist_nick_get_integer(buffer: str, nick: str, property: str) -> int:
def nicklist_nick_get_string(buffer: str, nick: str, property: str) -> str:
- """`nicklist_nick_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_nick_get_string>`_
+ """`nicklist_nick_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_nick_get_string>`_
::
# example
@@ -2003,7 +2003,7 @@ def nicklist_nick_get_string(buffer: str, nick: str, property: str) -> str:
def nicklist_nick_get_pointer(buffer: str, nick: str, property: str) -> str:
- """`nicklist_nick_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_nick_get_pointer>`_
+ """`nicklist_nick_get_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_nick_get_pointer>`_
::
# example
@@ -2013,7 +2013,7 @@ def nicklist_nick_get_pointer(buffer: str, nick: str, property: str) -> str:
def nicklist_nick_set(buffer: str, nick: str, property: str, value: str) -> int:
- """`nicklist_nick_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_nicklist_nick_set>`_
+ """`nicklist_nick_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_nicklist_nick_set>`_
::
# examples
@@ -2034,7 +2034,7 @@ def nicklist_nick_set(buffer: str, nick: str, property: str, value: str) -> int:
def bar_item_search(name: str) -> str:
- """`bar_item_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_item_search>`_
+ """`bar_item_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_item_search>`_
::
# example
@@ -2044,7 +2044,7 @@ def bar_item_search(name: str) -> str:
def bar_item_new(name: str, build_callback: str, build_callback_data: str) -> str:
- """`bar_item_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_item_new>`_
+ """`bar_item_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_item_new>`_
::
# example (callback without "buffer" and "extra_info")
@@ -2063,7 +2063,7 @@ def bar_item_new(name: str, build_callback: str, build_callback_data: str) -> st
def bar_item_update(name: str) -> int:
- """`bar_item_update in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_item_update>`_
+ """`bar_item_update in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_item_update>`_
::
# example
@@ -2073,7 +2073,7 @@ def bar_item_update(name: str) -> int:
def bar_item_remove(item: str) -> int:
- """`bar_item_remove in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_item_remove>`_
+ """`bar_item_remove in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_item_remove>`_
::
# example
@@ -2083,7 +2083,7 @@ def bar_item_remove(item: str) -> int:
def bar_search(name: str) -> str:
- """`bar_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_search>`_
+ """`bar_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_search>`_
::
# example
@@ -2096,7 +2096,7 @@ def bar_new(name: str, hidden: str, priority: str, type: str, condition: str, po
filling_top_bottom: str, filling_left_right: str, size: str, size_max: str,
color_fg: str, color_delim: str, color_bg: str, color_bg_inactive: str,
separator: str, items: str) -> str:
- """`bar_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_new>`_
+ """`bar_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_new>`_
::
# example
@@ -2107,7 +2107,7 @@ def bar_new(name: str, hidden: str, priority: str, type: str, condition: str, po
def bar_set(bar: str, property: str, value: str) -> int:
- """`bar_set in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_set>`_
+ """`bar_set in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_set>`_
::
# example
@@ -2117,7 +2117,7 @@ def bar_set(bar: str, property: str, value: str) -> int:
def bar_update(name: str) -> int:
- """`bar_update in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_update>`_
+ """`bar_update in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_update>`_
::
# example
@@ -2127,7 +2127,7 @@ def bar_update(name: str) -> int:
def bar_remove(bar: str) -> int:
- """`bar_remove in WeeChat plugin API reference <https://weechat.org/doc/api/#_bar_remove>`_
+ """`bar_remove in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_bar_remove>`_
::
# example
@@ -2137,7 +2137,7 @@ def bar_remove(bar: str) -> int:
def command(buffer: str, command: str) -> int:
- """`command in WeeChat plugin API reference <https://weechat.org/doc/api/#_command>`_
+ """`command in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_command>`_
::
# example
@@ -2147,7 +2147,7 @@ def command(buffer: str, command: str) -> int:
def command_options(buffer: str, command: str, options: Dict[str, str]) -> int:
- """`command_options in WeeChat plugin API reference <https://weechat.org/doc/api/#_command_options>`_
+ """`command_options in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_command_options>`_
::
# example: allow any command except /exec
@@ -2157,7 +2157,7 @@ def command_options(buffer: str, command: str, options: Dict[str, str]) -> int:
def completion_new(buffer: str) -> str:
- """`completion_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_completion_new>`_
+ """`completion_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_completion_new>`_
::
# example
@@ -2167,7 +2167,7 @@ def completion_new(buffer: str) -> str:
def completion_search(completion: str, data: str, position: int, direction: int) -> int:
- """`completion_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_completion_search>`_
+ """`completion_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_completion_search>`_
::
# example
@@ -2179,7 +2179,7 @@ def completion_search(completion: str, data: str, position: int, direction: int)
def completion_get_string(completion: str, property: str) -> str:
- """`completion_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_completion_get_string>`_
+ """`completion_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_completion_get_string>`_
::
# example
@@ -2194,7 +2194,7 @@ def completion_get_string(completion: str, property: str) -> str:
def completion_list_add(completion: str, word: str, nick_completion: int, where: str) -> int:
- """`completion_list_add in WeeChat plugin API reference <https://weechat.org/doc/api/#_completion_list_add>`_
+ """`completion_list_add in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_completion_list_add>`_
::
# example: see function hook_completion
@@ -2203,7 +2203,7 @@ def completion_list_add(completion: str, word: str, nick_completion: int, where:
def completion_free(completion: str) -> int:
- """`completion_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_completion_free>`_
+ """`completion_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_completion_free>`_
::
# example
@@ -2213,7 +2213,7 @@ def completion_free(completion: str) -> int:
def info_get(info_name: str, arguments: str) -> str:
- """`info_get in WeeChat plugin API reference <https://weechat.org/doc/api/#_info_get>`_
+ """`info_get in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_info_get>`_
::
# example
@@ -2225,7 +2225,7 @@ def info_get(info_name: str, arguments: str) -> str:
def info_get_hashtable(info_name: str, dict_in: Dict[str, str]) -> Dict[str, str]:
- """`info_get_hashtable in WeeChat plugin API reference <https://weechat.org/doc/api/#_info_get_hashtable>`_
+ """`info_get_hashtable in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_info_get_hashtable>`_
::
# example
@@ -2237,7 +2237,7 @@ def info_get_hashtable(info_name: str, dict_in: Dict[str, str]) -> Dict[str, str
def infolist_new() -> str:
- """`infolist_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new>`_
+ """`infolist_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new>`_
::
# example
@@ -2247,7 +2247,7 @@ def infolist_new() -> str:
def infolist_new_item(infolist: str) -> str:
- """`infolist_new_item in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new_item>`_
+ """`infolist_new_item in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new_item>`_
::
# example
@@ -2257,7 +2257,7 @@ def infolist_new_item(infolist: str) -> str:
def infolist_new_var_integer(item: str, name: str, value: int) -> str:
- """`infolist_new_var_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new_var_integer>`_
+ """`infolist_new_var_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new_var_integer>`_
::
# example
@@ -2267,7 +2267,7 @@ def infolist_new_var_integer(item: str, name: str, value: int) -> str:
def infolist_new_var_string(item: str, name: str, value: str) -> str:
- """`infolist_new_var_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new_var_string>`_
+ """`infolist_new_var_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new_var_string>`_
::
# example
@@ -2277,7 +2277,7 @@ def infolist_new_var_string(item: str, name: str, value: str) -> str:
def infolist_new_var_pointer(item: str, name: str, pointer: str) -> str:
- """`infolist_new_var_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new_var_pointer>`_
+ """`infolist_new_var_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new_var_pointer>`_
::
# example
@@ -2287,7 +2287,7 @@ def infolist_new_var_pointer(item: str, name: str, pointer: str) -> str:
def infolist_new_var_time(item: str, name: str, time: int) -> str:
- """`infolist_new_var_time in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_new_var_time>`_
+ """`infolist_new_var_time in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_new_var_time>`_
::
# example
@@ -2297,7 +2297,7 @@ def infolist_new_var_time(item: str, name: str, time: int) -> str:
def infolist_get(infolist_name: str, pointer: str, arguments: str) -> str:
- """`infolist_get in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_get>`_
+ """`infolist_get in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_get>`_
::
# example
@@ -2307,7 +2307,7 @@ def infolist_get(infolist_name: str, pointer: str, arguments: str) -> str:
def infolist_next(infolist: str) -> int:
- """`infolist_next in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_next>`_
+ """`infolist_next in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_next>`_
::
# example
@@ -2321,7 +2321,7 @@ def infolist_next(infolist: str) -> int:
def infolist_prev(infolist: str) -> int:
- """`infolist_prev in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_prev>`_
+ """`infolist_prev in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_prev>`_
::
# example
@@ -2335,7 +2335,7 @@ def infolist_prev(infolist: str) -> int:
def infolist_reset_item_cursor(infolist: str) -> int:
- """`infolist_reset_item_cursor in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_reset_item_cursor>`_
+ """`infolist_reset_item_cursor in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_reset_item_cursor>`_
::
# example
@@ -2345,7 +2345,7 @@ def infolist_reset_item_cursor(infolist: str) -> int:
def infolist_search_var(infolist: str, name: str) -> str:
- """`infolist_search_var in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_search_var>`_
+ """`infolist_search_var in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_search_var>`_
::
# example
@@ -2357,7 +2357,7 @@ def infolist_search_var(infolist: str, name: str) -> str:
def infolist_fields(infolist: str) -> str:
- """`infolist_fields in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_fields>`_
+ """`infolist_fields in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_fields>`_
::
# example
@@ -2369,7 +2369,7 @@ def infolist_fields(infolist: str) -> str:
def infolist_integer(infolist: str, var: str) -> int:
- """`infolist_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_integer>`_
+ """`infolist_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_integer>`_
::
# example
@@ -2379,7 +2379,7 @@ def infolist_integer(infolist: str, var: str) -> int:
def infolist_string(infolist: str, var: str) -> str:
- """`infolist_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_string>`_
+ """`infolist_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_string>`_
::
# example
@@ -2389,7 +2389,7 @@ def infolist_string(infolist: str, var: str) -> str:
def infolist_pointer(infolist: str, var: str) -> str:
- """`infolist_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_pointer>`_
+ """`infolist_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_pointer>`_
::
# example
@@ -2399,7 +2399,7 @@ def infolist_pointer(infolist: str, var: str) -> str:
def infolist_time(infolist: str, var: str) -> int:
- """`infolist_time in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_time>`_
+ """`infolist_time in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_time>`_
::
# example
@@ -2409,7 +2409,7 @@ def infolist_time(infolist: str, var: str) -> int:
def infolist_free(infolist: str) -> int:
- """`infolist_free in WeeChat plugin API reference <https://weechat.org/doc/api/#_infolist_free>`_
+ """`infolist_free in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_infolist_free>`_
::
# example
@@ -2419,7 +2419,7 @@ def infolist_free(infolist: str) -> int:
def hdata_get(hdata_name: str) -> str:
- """`hdata_get in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get>`_
+ """`hdata_get in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get>`_
::
# example
@@ -2429,7 +2429,7 @@ def hdata_get(hdata_name: str) -> str:
def hdata_get_var_offset(hdata: str, name: str) -> int:
- """`hdata_get_var_offset in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_var_offset>`_
+ """`hdata_get_var_offset in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_var_offset>`_
::
# example
@@ -2439,7 +2439,7 @@ def hdata_get_var_offset(hdata: str, name: str) -> int:
def hdata_get_var_type_string(hdata: str, name: str) -> str:
- """`hdata_get_var_type_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_var_type_string>`_
+ """`hdata_get_var_type_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_var_type_string>`_
::
# example
@@ -2449,7 +2449,7 @@ def hdata_get_var_type_string(hdata: str, name: str) -> str:
def hdata_get_var_array_size(hdata: str, pointer: str, name: str) -> int:
- """`hdata_get_var_array_size in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_var_array_size>`_
+ """`hdata_get_var_array_size in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_var_array_size>`_
::
# example
@@ -2459,7 +2459,7 @@ def hdata_get_var_array_size(hdata: str, pointer: str, name: str) -> int:
def hdata_get_var_array_size_string(hdata: str, pointer: str, name: str) -> str:
- """`hdata_get_var_array_size_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_var_array_size_string>`_
+ """`hdata_get_var_array_size_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_var_array_size_string>`_
::
# example
@@ -2469,7 +2469,7 @@ def hdata_get_var_array_size_string(hdata: str, pointer: str, name: str) -> str:
def hdata_get_var_hdata(hdata: str, name: str) -> str:
- """`hdata_get_var_hdata in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_var_hdata>`_
+ """`hdata_get_var_hdata in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_var_hdata>`_
::
# example
@@ -2479,7 +2479,7 @@ def hdata_get_var_hdata(hdata: str, name: str) -> str:
def hdata_get_list(hdata: str, name: str) -> str:
- """`hdata_get_list in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_list>`_
+ """`hdata_get_list in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_list>`_
::
# example
@@ -2490,7 +2490,7 @@ def hdata_get_list(hdata: str, name: str) -> str:
def hdata_check_pointer(hdata: str, list: str, pointer: str) -> int:
- """`hdata_check_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_check_pointer>`_
+ """`hdata_check_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_check_pointer>`_
::
# example
@@ -2506,7 +2506,7 @@ def hdata_check_pointer(hdata: str, list: str, pointer: str) -> int:
def hdata_move(hdata: str, pointer: str, count: int) -> str:
- """`hdata_move in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_move>`_
+ """`hdata_move in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_move>`_
::
# example
@@ -2526,7 +2526,7 @@ def hdata_move(hdata: str, pointer: str, count: int) -> str:
def hdata_search(hdata: str, pointer: str, search: str,
pointers: Dict[str, str], extra_vars: Dict[str, str], options: Dict[str, str],
count: int) -> str:
- """`hdata_search in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_search>`_
+ """`hdata_search in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_search>`_
::
# example
@@ -2543,7 +2543,7 @@ def hdata_search(hdata: str, pointer: str, search: str,
def hdata_char(hdata: str, pointer: str, name: str) -> int:
- """`hdata_char in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_char>`_
+ """`hdata_char in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_char>`_
::
# example
@@ -2553,7 +2553,7 @@ def hdata_char(hdata: str, pointer: str, name: str) -> int:
def hdata_integer(hdata: str, pointer: str, name: str) -> int:
- """`hdata_integer in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_integer>`_
+ """`hdata_integer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_integer>`_
::
# example
@@ -2565,7 +2565,7 @@ def hdata_integer(hdata: str, pointer: str, name: str) -> int:
def hdata_long(hdata: str, pointer: str, name: str) -> int:
- """`hdata_long in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_long>`_
+ """`hdata_long in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_long>`_
::
# example
@@ -2575,7 +2575,7 @@ def hdata_long(hdata: str, pointer: str, name: str) -> int:
def hdata_string(hdata: str, pointer: str, name: str) -> str:
- """`hdata_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_string>`_
+ """`hdata_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_string>`_
::
# example
@@ -2587,7 +2587,7 @@ def hdata_string(hdata: str, pointer: str, name: str) -> str:
def hdata_pointer(hdata: str, pointer: str, name: str) -> str:
- """`hdata_pointer in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_pointer>`_
+ """`hdata_pointer in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_pointer>`_
::
# example
@@ -2599,7 +2599,7 @@ def hdata_pointer(hdata: str, pointer: str, name: str) -> str:
def hdata_time(hdata: str, pointer: str, name: str) -> int:
- """`hdata_time in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_time>`_
+ """`hdata_time in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_time>`_
::
# example
@@ -2617,7 +2617,7 @@ def hdata_time(hdata: str, pointer: str, name: str) -> int:
def hdata_hashtable(hdata: str, pointer: str, name: str) -> Dict[str, str]:
- """`hdata_hashtable in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_hashtable>`_
+ """`hdata_hashtable in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_hashtable>`_
::
# example
@@ -2632,7 +2632,7 @@ def hdata_hashtable(hdata: str, pointer: str, name: str) -> Dict[str, str]:
def hdata_compare(hdata: str, pointer1: str, pointer2: str, name: str, case_sensitive: int) -> int:
- """`hdata_compare in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_compare>`_
+ """`hdata_compare in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_compare>`_
::
# example
@@ -2645,7 +2645,7 @@ def hdata_compare(hdata: str, pointer1: str, pointer2: str, name: str, case_sens
def hdata_update(hdata: str, pointer: str, hashtable: Dict[str, str]) -> int:
- """`hdata_update in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_update>`_
+ """`hdata_update in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_update>`_
::
# example: subtract one hour on last message displayed in current buffer
@@ -2661,7 +2661,7 @@ def hdata_update(hdata: str, pointer: str, hashtable: Dict[str, str]) -> int:
def hdata_get_string(hdata: str, property: str) -> str:
- """`hdata_get_string in WeeChat plugin API reference <https://weechat.org/doc/api/#_hdata_get_string>`_
+ """`hdata_get_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_get_string>`_
::
# example
@@ -2672,7 +2672,7 @@ def hdata_get_string(hdata: str, property: str) -> str:
def upgrade_new(filename: str, callback_read: str, callback_read_data: str) -> str:
- """`upgrade_new in WeeChat plugin API reference <https://weechat.org/doc/api/#_upgrade_new>`_
+ """`upgrade_new in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_upgrade_new>`_
::
# example
@@ -2682,7 +2682,7 @@ def upgrade_new(filename: str, callback_read: str, callback_read_data: str) -> s
def upgrade_write_object(upgrade_file: str, object_id: int, infolist: str) -> int:
- """`upgrade_write_object in WeeChat plugin API reference <https://weechat.org/doc/api/#_upgrade_write_object>`_
+ """`upgrade_write_object in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_upgrade_write_object>`_
::
# example
@@ -2692,7 +2692,7 @@ def upgrade_write_object(upgrade_file: str, object_id: int, infolist: str) -> in
def upgrade_read(upgrade_file: str) -> int:
- """`upgrade_read in WeeChat plugin API reference <https://weechat.org/doc/api/#_upgrade_read>`_
+ """`upgrade_read in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_upgrade_read>`_
::
# example
@@ -2702,7 +2702,7 @@ def upgrade_read(upgrade_file: str) -> int:
def upgrade_close(upgrade_file: str) -> int:
- """`upgrade_close in WeeChat plugin API reference <https://weechat.org/doc/api/#_upgrade_close>`_
+ """`upgrade_close in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_upgrade_close>`_
::
# example