From 90ab543ce2385dc99b0f1bd304572214bd851ec7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 19 Oct 2011 16:23:19 +0200 Subject: [PATCH] doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 1 + doc/fr/weechat_plugin_api.fr.txt | 1 + doc/it/weechat_plugin_api.it.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 8ce28cac6..989fcacc7 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -719,6 +719,7 @@ Arguments: * 'string': string * 'mask': mask, can begin or end with "`*`" (no other "`*`" are allowed inside mask) +* 'case_sensitive': 1 for case sensitive comparison, otherwise 0 Return value: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index ac6df4928..9a5f42f46 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -727,6 +727,7 @@ Paramètres : * 'string' : chaîne * 'mask' : masque, peut commencer ou se terminer par "`*`" (aucune autre "`*`" n'est autorisée dans le masque) +* 'case_sensitive' : 1 pour une comparaison tenant compte de la casse, sinon 0 Valeur de retour : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1e6a5da5c..a85aabb8c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -739,6 +739,8 @@ Argomenti: * 'string': stringa * 'mask': mask, può iniziare o terminare con "`*`" (nessun altro "`*`" consentito all'interno della mask) +* 'case_sensitive': 1 per il confronto con caso esatto (maiuscole/minuscole), + altrimenti 0 Valore restituito: