diff options
-rw-r--r-- | doc/GlueGen_Mapping.html | 12 | ||||
-rw-r--r-- | doc/GlueGen_Mapping.md | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index 39a5058..60cc00b 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -2002,10 +2002,10 @@ side receives a simple unique ID and shall not dereference the <code>UserParam</code> <em>Object</em> from the key-mapped data value.</p> <p>Instead of using the default plain Java <code>Object</code> type, a -<a href="#custom-callback-userparamclass">custom <em>UserParam</em></a> -can be specified <a href="#javacallback-configuration">in the -configuration</a>, which is recommended for more clarity in the -resulting API.</p> +<a href="#custom-callback-userparamclass">custom +<em>UserParamClass</em></a> can be specified <a +href="#javacallback-configuration">in the configuration</a>, which is +recommended for more clarity in the resulting API.</p> <h4 id="struct-type-user-param-homogeneous">Struct Type User Param (Homogeneous)</h4> <p>A <a href="#struct-mapping">GlueGen generated <em>Struct @@ -2302,8 +2302,8 @@ Object</em> <code>UserParam</code> mapping</a> with a <a href="#javacallback-key-definition">key-mapped</a> <code>CallbackFunction</code> and <code>UserParam</code>.</p> <p>Additionally a <a href="#custom-callback-userparamclass">custom -<em>UserParam</em></a> type <code>ALCcontext</code> is being used for -more clarity in the resulting API.</p> +<em>UserParamClass</em></a> type <code>ALCcontext</code> is being used +for more clarity in the resulting API.</p> <p>This example is derived from OpenAL's <code>AL_SOFT_callback_buffer</code> extension.</p> <p>The callback <code>ALBUFFERCALLBACKTYPESOFT</code> is mapped to diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index 38a9fcc..bced572 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -796,7 +796,7 @@ It's a homogeneous `UserParam` mapping, where the native side receives a simple The static Java callback dispatcher fetches the Java `UserParam` *Object* from the key-mapped data value. -Instead of using the default plain Java `Object` type, a [custom *UserParam*](#custom-callback-userparamclass) can be specified [in the configuration](#javacallback-configuration), which is recommended for more clarity in the resulting API. +Instead of using the default plain Java `Object` type, a [custom *UserParamClass*](#custom-callback-userparamclass) can be specified [in the configuration](#javacallback-configuration), which is recommended for more clarity in the resulting API. #### Struct Type User Param (Homogeneous) A [GlueGen generated *Struct type*](#struct-mapping) is used for both, `SetCallbackFunctionName` and `CallbackFunctionType`. @@ -994,7 +994,7 @@ public interface Bindingtest2 { This example demonstrates a [homogeneous *Java Object* `UserParam` mapping](#pure-java-object-user-type-default) with a [key-mapped](#javacallback-key-definition) `CallbackFunction` and `UserParam`. -Additionally a [custom *UserParam*](#custom-callback-userparamclass) type `ALCcontext` is being used for more clarity in the resulting API. +Additionally a [custom *UserParamClass*](#custom-callback-userparamclass) type `ALCcontext` is being used for more clarity in the resulting API. This example is derived from OpenAL's `AL_SOFT_callback_buffer` extension. |