wxwidgets.cfg: Added support for wxFileName::GetPathSeparator().
This commit is contained in:
parent
d2949adff1
commit
f6136c513a
|
@ -9161,4 +9161,14 @@
|
|||
<use-retval/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static wxUniChar wxFileName::GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) -->
|
||||
<function name="wxFileName::GetPathSeparator">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxUniChar"/>
|
||||
<pure/>
|
||||
<use-retval/>
|
||||
<arg nr="1" default="wxPATH_NATIVE" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue