mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
doc: fix link to function weechat_config_write in plugin API reference
This commit is contained in:
@@ -3822,7 +3822,7 @@ Return value:
|
||||
|
||||
[NOTE]
|
||||
File is NOT created on disk by this function. It will be created by call to
|
||||
function <<_weechat_write_config,weechat_write_config>>.
|
||||
function <<_weechat_config_write,weechat_config_write>>.
|
||||
You should call this function only after adding some sections (with
|
||||
<<_weechat_config_new_section,weechat_config_new_section>>) and options (with
|
||||
<<_weechat_config_new_option,weechat_config_new_option>>).
|
||||
|
||||
@@ -3868,7 +3868,7 @@ Valeur de retour :
|
||||
|
||||
[NOTE]
|
||||
Le fichier n'est PAS créé sur le disque par cette fonction. Il sera créé par
|
||||
l'appel à la fonction <<_weechat_write_config,weechat_write_config>>.
|
||||
l'appel à la fonction <<_weechat_config_write,weechat_config_write>>.
|
||||
Vous ne devriez appeler cette fonction qu'après avoir créé les sections (avec
|
||||
<<_weechat_config_new_section,weechat_config_new_section>>) et les options (avec
|
||||
<<_weechat_config_new_option,weechat_config_new_option>>).
|
||||
|
||||
@@ -3824,7 +3824,7 @@ Valore restituito:
|
||||
|
||||
[NOTE]
|
||||
Il file NON viene creato su disco da questa funzione. Verrà creato chiamando
|
||||
la funzione <<_weechat_write_config,weechat_write_config>>.
|
||||
la funzione <<_weechat_config_write,weechat_config_write>>.
|
||||
Si dovrebbe chiamare questa funzione solo dopo aver aggiunto alcune sezioni
|
||||
(con <<_weechat_config_new_section,weechat_config_new_section>>) e le
|
||||
opzioni (con <<_weechat_config_new_option,weechat_config_new_option>>).
|
||||
|
||||
Reference in New Issue
Block a user