Opentk/Source/Bind/Specifications/ES11/overrides.xml
the_fiddler 239d98e860 Added distinct /overrides/add and /overrides/replace elements.
Added check for the existence of override elements before trying to use them (avoids potential null reference exception).
Regenerated bindings using the latest version of the generator.
2009-10-17 21:49:35 +00:00

10 lines
204 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<overrides>
<replace>
<function name="GetString" extension="Core">
<returns>String</returns>
</function>
</replace>
</overrides>