wxwidgets.cfg: Added support for wxFile::Read().

This commit is contained in:
orbitcowboy 2019-02-01 08:57:14 +01:00
parent 2ea1152e15
commit b8c4b4a565
1 changed files with 13 additions and 0 deletions

View File

@ -6864,4 +6864,17 @@
<arg nr="2" default="wxDEFAULT_DELIMITERS"/>
<arg nr="3" default="wxTOKEN_DEFAULT"/>
</function>
<!-- ssize_t wxFile::Read( void * pBuf, size_t nCount ) -->
<function name="wxFile::Read">
<noreturn>false</noreturn>
<returnValue type="ssize_t"/>
<use-retval/>
<arg nr="1">
<not-null/>
</arg>
<arg nr="2">
<not-uninit/>
<valid>1:</valid>
</arg>
</function>
</def>