mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
doc/api: fix typo
This commit is contained in:
@@ -15686,7 +15686,7 @@ Return value:
|
||||
|
||||
[NOTE]
|
||||
Since version 4.0.0, if the bar already exists, WeeChat sets the values received
|
||||
as default values for bar options and return the bar pointer instead of NULL.
|
||||
as default values for bar options and returns the bar pointer instead of NULL.
|
||||
|
||||
C example:
|
||||
|
||||
|
||||
@@ -16394,7 +16394,7 @@ Valore restituito:
|
||||
// TRANSLATION MISSING
|
||||
[NOTE]
|
||||
Since version 4.0.0, if the bar already exists, WeeChat sets the values received
|
||||
as default values for bar options and return the bar pointer instead of NULL.
|
||||
as default values for bar options and returns the bar pointer instead of NULL.
|
||||
|
||||
Esempio in C:
|
||||
|
||||
|
||||
@@ -15847,7 +15847,7 @@ struct t_gui_bar *weechat_bar_new (const char *name,
|
||||
// TRANSLATION MISSING
|
||||
[NOTE]
|
||||
Since version 4.0.0, if the bar already exists, WeeChat sets the values received
|
||||
as default values for bar options and return the bar pointer instead of NULL.
|
||||
as default values for bar options and returns the bar pointer instead of NULL.
|
||||
|
||||
C 言語での使用例:
|
||||
|
||||
|
||||
@@ -15179,7 +15179,7 @@ struct t_gui_bar *weechat_bar_new (const char *name,
|
||||
// TRANSLATION MISSING
|
||||
[NOTE]
|
||||
Since version 4.0.0, if the bar already exists, WeeChat sets the values received
|
||||
as default values for bar options and return the bar pointer instead of NULL.
|
||||
as default values for bar options and returns the bar pointer instead of NULL.
|
||||
|
||||
C пример:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user