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.md | |
parent | 8cc90ef6a61b9686cc287bf34a3fcba924276c01 (diff) |
doc/GlueGen_Mapping.md: Quote `void*` correctly ..
Diffstat (limited to 'doc/GlueGen_Mapping.md')
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index 6453e64..68617a2 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -1197,7 +1197,7 @@ leading to the following interface This examples demonstrates a [heterogeneous *Struct* `UserParam` mapping](#struct-type-user-param-heterogeneous) with a [key-mapped](#javacallback-key-definition) `CallbackFunction` and `UserParam`. -The callback `T2_CallbackFunc11` is managed by the toolkit and passed to the callback function, while user passes a *void* with the registration method `MessageCallback11b(..)`. The toolkit associates the users' `void*` pointer with the `T2_CallbackFunc11`. +The callback `T2_CallbackFunc11` is managed by the toolkit and passed to the callback function, while user passes a `void*` as a `long` value to the registration method `MessageCallback11b(..)`. The toolkit associates the users' `void*` pointer with the `T2_CallbackFunc11`. C-API Header snipped |