diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 1842b3bb5..b1d18f958 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -12924,7 +12924,9 @@ Functions for hdata (raw access to WeeChat or plugins data). [IMPORTANT] Hdata provides read-only access to data. It is *STRICTLY FORBIDDEN* to write -something in memory pointed by hdata variables. +something in memory pointed by hdata variables. + +The only way to update data is to call function +<<_weechat_hdata_update,weechat_hdata_update>>. ==== weechat_hdata_new diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index af5af0171..d68f0d8bf 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -13154,7 +13154,9 @@ Fonctions pour les hdata (accès brut aux données de WeeChat ou des extensions) [IMPORTANT] Le "hdata" fournit seulement un accès en lecture seule aux données. Il est *STRICTEMENT INTERDIT* d'écrire quelque chose dans une zone mémoire pointée par -les variables du hdata. +les variables du hdata. + +Le seul moyen pour mettre à jour des données est d'appeler la fonction +<<_weechat_hdata_update,weechat_hdata_update>>. ==== weechat_hdata_new diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index a0793f6ba..fc1836600 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -13164,9 +13164,12 @@ weechat.infolist_free(infolist) Funzioni per hdata (accesso raw a WeeChat o ai dati dei plugin). +// TRANSLATION MISSING [IMPORTANT] Hdata fornisce un accesso in sola lettura ai dati. È *SEVERAMENTE VIETATO* -scrivere qualcosa in memoria puntato dalle variabili in hdata. +scrivere qualcosa in memoria puntato dalle variabili in hdata. + +The only way to update data is to call function +<<_weechat_hdata_update,weechat_hdata_update>>. ==== weechat_hdata_new |