summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc2
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc2
-rw-r--r--doc/it/weechat_plugin_api.it.adoc2
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc2
-rw-r--r--doc/sr/weechat_plugin_api.sr.adoc2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index ac6b91643..9e4f8b8a3 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -17679,7 +17679,7 @@ Arguments:
Return value:
-* variable offset, 0 if an error occurred
+* variable offset, -1 if an error occurred
C example:
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index df4e6b1ea..c0d52917a 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -18053,7 +18053,7 @@ Paramètres :
Valeur de retour :
-* position (offset) de la variable, 0 en cas d'erreur
+* position (offset) de la variable, -1 en cas d'erreur
Exemple en C :
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index 9ba5c30f0..4026f38c4 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -18464,7 +18464,7 @@ Argomenti:
Valore restituito:
-* offset della variabile, 0 in caso di errore
+* offset della variabile, -1 in caso di errore
Esempio in C:
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 9d773a7d7..bdc9d1908 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -17868,7 +17868,7 @@ int weechat_hdata_get_var_offset (struct t_hdata *hdata, const char *name);
戻り値:
-* オフセットの値、エラーが起きた場合は 0
+* オフセットの値、エラーが起きた場合は -1
C 言語での使用例:
diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc
index d9300c1c6..fde108e93 100644
--- a/doc/sr/weechat_plugin_api.sr.adoc
+++ b/doc/sr/weechat_plugin_api.sr.adoc
@@ -17138,7 +17138,7 @@ int weechat_hdata_get_var_offset (struct t_hdata *hdata, const char *name);
Повратна вредност:
-* померај променљиве, 0 у случају да је дошло до грешке
+* померај променљиве, -1 у случају да је дошло до грешке
C пример: