mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
doc: add note about version 1.5 in config functions (plugin API reference)
This commit is contained in:
@@ -4257,6 +4257,8 @@ Functions for configuration files.
|
||||
|
||||
==== config_new
|
||||
|
||||
_Updated in 1.5._
|
||||
|
||||
Create a new configuration file.
|
||||
|
||||
Prototype:
|
||||
@@ -4335,6 +4337,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
|
||||
|
||||
==== config_new_section
|
||||
|
||||
_Updated in 1.5._
|
||||
|
||||
Create a new section in configuration file.
|
||||
|
||||
Prototype:
|
||||
@@ -4661,6 +4665,8 @@ section = weechat.config_search_section(config_file, "section")
|
||||
|
||||
==== config_new_option
|
||||
|
||||
_Updated in 1.5._
|
||||
|
||||
Create a new option in a section of a configuration file.
|
||||
|
||||
Prototype:
|
||||
|
||||
@@ -4327,6 +4327,8 @@ Fonctions pour les fichiers de configuration.
|
||||
|
||||
==== config_new
|
||||
|
||||
_Mis à jour dans la 1.5._
|
||||
|
||||
Créer un nouveau fichier de configuration.
|
||||
|
||||
Prototype :
|
||||
@@ -4408,6 +4410,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
|
||||
|
||||
==== config_new_section
|
||||
|
||||
_Mis à jour dans la 1.5._
|
||||
|
||||
Créer une nouvelle section dans un fichier de configuration.
|
||||
|
||||
Prototype :
|
||||
@@ -4741,6 +4745,8 @@ section = weechat.config_search_section(config_file, "section")
|
||||
|
||||
==== config_new_option
|
||||
|
||||
_Mis à jour dans la 1.5._
|
||||
|
||||
Créer une nouvelle option dans une section d'un fichier de configuration.
|
||||
|
||||
Prototype :
|
||||
|
||||
@@ -4383,6 +4383,9 @@ Funzioni per i file di configurazione.
|
||||
|
||||
==== config_new
|
||||
|
||||
// TRANSLATION MISSING
|
||||
_Updated in 1.5._
|
||||
|
||||
Crea un nuovo file di configurazione.
|
||||
|
||||
Prototipo:
|
||||
@@ -4464,6 +4467,9 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
|
||||
|
||||
==== config_new_section
|
||||
|
||||
// TRANSLATION MISSING
|
||||
_Updated in 1.5._
|
||||
|
||||
Crea una nuova sezione nel file di configurazione.
|
||||
|
||||
Prototipo:
|
||||
@@ -4794,6 +4800,9 @@ section = weechat.config_search_section(config_file, "section")
|
||||
|
||||
==== config_new_option
|
||||
|
||||
// TRANSLATION MISSING
|
||||
_Updated in 1.5._
|
||||
|
||||
Crea una nuova opzione nella sezione di un file di configurazione.
|
||||
|
||||
Prototipo:
|
||||
|
||||
@@ -4258,6 +4258,8 @@ weechat_hashtable_free (hashtable);
|
||||
|
||||
==== config_new
|
||||
|
||||
_バージョン 1.5 で更新。_
|
||||
|
||||
新しい設定ファイルを作成。
|
||||
|
||||
プロトタイプ:
|
||||
@@ -4337,6 +4339,8 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "")
|
||||
|
||||
==== config_new_section
|
||||
|
||||
_バージョン 1.5 で更新。_
|
||||
|
||||
設定ファイルに新しいセクションを作成する。
|
||||
|
||||
プロトタイプ:
|
||||
@@ -4665,6 +4669,8 @@ section = weechat.config_search_section(config_file, "section")
|
||||
|
||||
==== config_new_option
|
||||
|
||||
_バージョン 1.5 で更新。_
|
||||
|
||||
設定ファイルのあるセクションに新しいオプションを作成。
|
||||
|
||||
プロトタイプ:
|
||||
|
||||
Reference in New Issue
Block a user