From bd1db541f782c8ec9a5545bb9ba7f49870c43574 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 15 May 2011 20:23:00 +0200 Subject: [PATCH] doc: add missing argument "gnutls_priorities" in function hook_connect --- doc/en/weechat_plugin_api.en.txt | 9 +++++++++ doc/fr/weechat_plugin_api.fr.txt | 10 ++++++++++ doc/it/weechat_plugin_api.it.txt | 10 ++++++++++ 3 files changed, 29 insertions(+) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 98655bab6..4631c6581 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6519,6 +6519,7 @@ struct t_hook *weechat_hook_connect (const char *proxy, void *gnutls_sess, void *gnutls_cb, int gnutls_dhkey_size, + const char *gnutls_priorities, const char *local_hostname, int (*callback)(void *data, int status, @@ -6540,6 +6541,14 @@ Arguments: * 'gnutls_cb': GnuTLS callback (optional) * 'gnutls_dhkey_size': size of the key used during the Diffie-Hellman Key Exchange (GnuTLS) +* 'gnutls_priorities': priorities for gnutls (for syntax, see documentation of + function 'gnutls_priority_init' in gnutls manual), basic values are: +** 'PERFORMANCE' +** 'NORMAL' (default) +** 'SECURE128' +** 'SECURE256' +** 'EXPORT' +** 'NONE' * 'local_hostname': local hostname to use for connection (optional) * 'callback': function called when connection is ok or failed, arguments and return value: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 4746e42fd..83fa61591 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -6602,6 +6602,7 @@ struct t_hook *weechat_hook_connect (const char *proxy, void *gnutls_sess, void *gnutls_cb, int gnutls_dhkey_size, + const char *gnutls_priorities, const char *local_hostname, int (*callback)(void *data, int status, @@ -6623,6 +6624,15 @@ Paramètres : * 'gnutls_cb' : callback pour GnuTLS (optionnel) * 'gnutls_dhkey_size' : taille de clé utilisée pour l'échange de clé Diffie-Hellman (GnuTLS) +* 'gnutls_priorities' : priorités pour gnutls (pour la syntaxe, voir la + documentation de la fonction 'gnutls_priority_init' dans le manuel gnutls), + les valeurs de base sont : +** 'PERFORMANCE' +** 'NORMAL' (défaut) +** 'SECURE128' +** 'SECURE256' +** 'EXPORT' +** 'NONE' * 'local_hostname' : nom de machine local à utiliser pour la connexion (optionnel) * 'callback' : fonction appelée lorsque la connexion est ok ou a échoué, diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 4c06da3c6..3a1d2e078 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -6535,6 +6535,7 @@ struct t_hook *weechat_hook_connect (const char *proxy, void *gnutls_sess, void *gnutls_cb, int gnutls_dhkey_size, + const char *gnutls_priorities, const char *local_hostname, int (*callback)(void *data, int status, @@ -6556,6 +6557,15 @@ Argomenti: * 'gnutls_cb' callback GnuTLS (opzionale) * 'gnutls_dhkey_size': dimensione della chiave utilizzata nello Scambio Chiavi Diffie-Hellman (GnuTLS) +// TRANSLATION MISSING +* 'gnutls_priorities': priorities for gnutls (for syntax, see documentation of + function 'gnutls_priority_init' in gnutls manual), basic values are: +** 'PERFORMANCE' +** 'NORMAL' (default) +** 'SECURE128' +** 'SECURE256' +** 'EXPORT' +** 'NONE' * 'local_hostname': nome host locale da utilizzare per la connessione (opzionale) * 'callback': funzione chiamata quando la connessione è avvenuta con