doc: add note about version 1.5 in config functions (plugin API reference)

v2.8-utf8proc
Sébastien Helleu 2016-03-29 10:26:35 +02:00
parent b0c45b2127
commit 1f08e7cb56
4 changed files with 27 additions and 0 deletions

View File

@ -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:

View File

@ -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 :

View File

@ -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:

View File

@ -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 で更新。_
設定ファイルのあるセクションに新しいオプションを作成。
プロトタイプ: