1
0
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:
Sébastien Helleu
2023-03-19 17:24:07 +01:00
parent e385eec1d6
commit b31666cc86
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 言語での使用例:
+1 -1
View File
@@ -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 пример: