diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-27 22:26:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-27 22:26:31 +0200 |
commit | b56843de87f69646435aa097ba5a6a794b2d9007 (patch) | |
tree | 22849e3dd6278b029fc323377936fa0d6dee0975 /doc/pl | |
parent | c4832737e94c6401e6df3c0af912f51c910599ae (diff) | |
download | weechat-b56843de87f69646435aa097ba5a6a794b2d9007.zip |
doc: mention callback argument "callback_pointer" in differences with C API (scripting guide)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 73d66a2ee..6dd45a854 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -405,8 +405,10 @@ wypadku możesz zobaczyć ładny raport o błędzie ;) Prawie wszystkie callbacki muszą zwrócić WEECHAT_RC_OK lub WEECHAT_RC_ERROR (wyjątkiem jest callback modyfikujący, który zwraca ciąg). -Callbacki C używają argumentu "data", który jest wskaźnikiem. W API skryptów, -"data" jest ciągiem o dowolnej wartości (nie jest wskaźnikiem). +// TRANSLATION MISSING +C callbacks are using "callback_pointer" and "callback_data" arguments, which +are pointers. In script API, there is only "callback_data" (or "data"), and it +is a string instead of a pointer. Przykłady callbacków dla każdego języka: |