diff options
author | Sven Gothel <[email protected]> | 2023-07-04 12:49:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-04 12:49:55 +0200 |
commit | 0c4067379e5e12617b9a4530e607ca34762b54e3 (patch) | |
tree | a29bcca6c2d9b75d5f6e6e54985be87c9594933c /doc/GlueGen_Mapping.html | |
parent | 8cc90ef6a61b9686cc287bf34a3fcba924276c01 (diff) |
doc/GlueGen_Mapping.md: Quote `void*` correctly ..
Diffstat (limited to 'doc/GlueGen_Mapping.html')
-rw-r--r-- | doc/GlueGen_Mapping.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index d1b5b04..674ef45 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -2478,9 +2478,10 @@ href="#struct-type-user-param-heterogeneous">heterogeneous href="#javacallback-key-definition">key-mapped</a> <code>CallbackFunction</code> and <code>UserParam</code>.</p> <p>The callback <code>T2_CallbackFunc11</code> is managed by the toolkit -and passed to the callback function, while user passes a <em>void</em> -with the registration method <code>MessageCallback11b(..)</code>. The -toolkit associates the users' <code>void*</code> pointer with the +and passed to the callback function, while user passes a +<code>void*</code> as a <code>long</code> value to the registration +method <code>MessageCallback11b(..)</code>. The toolkit associates the +users' <code>void*</code> pointer with the <code>T2_CallbackFunc11</code>.</p> <p>C-API Header snipped</p> <pre><code> typedef struct { |