doc: add note about function hdata_update at the beginning of hdata chapter (plugin API reference)

v2.8-utf8proc
Sebastien Helleu 2014-01-05 16:19:05 +01:00
parent 846dde00aa
commit cc40a0ee55
3 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

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