mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
doc: fix typos in plugin API reference
This commit is contained in:
@@ -4313,7 +4313,7 @@ Script (Python):
|
||||
[source,python]
|
||||
----
|
||||
# prototype
|
||||
config_file = weechat.config_new(name, calback_reload, callback_reload_data)
|
||||
config_file = weechat.config_new(name, callback_reload, callback_reload_data)
|
||||
|
||||
# example
|
||||
def my_config_reload_cb(data, config_file):
|
||||
|
||||
@@ -4384,7 +4384,7 @@ Script (Python) :
|
||||
[source,python]
|
||||
----
|
||||
# prototype
|
||||
config_file = weechat.config_new(name, calback_reload, callback_reload_data)
|
||||
config_file = weechat.config_new(name, callback_reload, callback_reload_data)
|
||||
|
||||
# exemple
|
||||
def my_config_reload_cb(data, config_file):
|
||||
|
||||
@@ -4439,7 +4439,7 @@ Script (Python):
|
||||
[source,python]
|
||||
----
|
||||
# prototipo
|
||||
config_file = weechat.config_new(name, calback_reload, callback_reload_data)
|
||||
config_file = weechat.config_new(name, callback_reload, callback_reload_data)
|
||||
|
||||
# esempio
|
||||
def my_config_reload_cb(data, config_file):
|
||||
@@ -7488,7 +7488,7 @@ Argomenti:
|
||||
** valore restituito:
|
||||
*** 'WEECHAT_RC_OK'
|
||||
*** 'WEECHAT_RC_ERROR'
|
||||
* 'callback_data': puntatore fornito alla calback quando chiamata da WeeChat
|
||||
* 'callback_data': puntatore fornito alla callback quando chiamata da WeeChat
|
||||
|
||||
Valore restituito:
|
||||
|
||||
|
||||
@@ -4314,7 +4314,7 @@ struct t_config_file *config_file = weechat_config_new ("test",
|
||||
[source,python]
|
||||
----
|
||||
# プロトタイプ
|
||||
config_file = weechat.config_new(name, calback_reload, callback_reload_data)
|
||||
config_file = weechat.config_new(name, callback_reload, callback_reload_data)
|
||||
|
||||
# 例
|
||||
def my_config_reload_cb(data, config_file):
|
||||
|
||||
Reference in New Issue
Block a user