diff doc/manual/manual_dyncall_api.tex @ 360:32736025371f

- doc updates with more info about signature string usage
author Tassilo Philipp
date Mon, 13 Apr 2020 21:35:43 +0200
parents 6e33db95e724
children 78dfa2f9783a
line wrap: on
line diff
--- a/doc/manual/manual_dyncall_api.tex	Mon Apr 13 16:01:17 2020 +0200
+++ b/doc/manual/manual_dyncall_api.tex	Mon Apr 13 21:35:43 2020 +0200
@@ -287,7 +287,7 @@
 
 These functions can be used to operate \product{dyncall} via a printf-style
 functional interface, using a signature string encoding the argument types and 
-return type.
+return type (and optionally also the calling convention used).
 \capi{dcArgF()} and \capi{dcVArgF()} just bind arguments to the \capi{DCCallVM}
 object, so any return value specified in the signature is ignored. \capi{dcCallF()}
 and \capi{dcVCallF()} also take a function pointer to call after binding the arguments.