diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-09 23:00:12 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-09 23:00:12 +0200 |
commit | abb574ec4e8a610c7902d40eb384dd5cfe358843 (patch) | |
tree | dbe44200462ed117d207524301bf7732c7d6738c /doc/it | |
parent | 72c1af25e0af8eb5a7ddb45578e33ae09eaf6757 (diff) | |
download | weechat-abb574ec4e8a610c7902d40eb384dd5cfe358843.zip |
core: add "callback_free_key" in hashtable
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 4a5f2bf08..3e1955738 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3694,6 +3694,9 @@ Argomenti: * 'hashtable': puntatore alla tabella hash * 'property' e 'value': nome della proprietà , con il proprio valore: +// TRANSLATION MISSING +** 'callback_free_key': set callback function used to free keys in hashtable + (_novità nella versione 0.4.2_) ** 'callback_free_value': imposta la funzione callback usata per liberare i valori nella tabella hash |