Skip to content

Commit 4800f86

Browse files
committed
wxwidgets.cfg: Added support for 'wxFileName::FileExists'
1 parent 4306a17 commit 4800f86

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10681,6 +10681,14 @@
1068110681
<use-retval/>
1068210682
<arg nr="1" direction="in"/>
1068310683
</function>
10684+
<!-- bool wxFileName::FileExists() const -->
10685+
<function name="wxFileName::FileExists">
10686+
<noreturn>false</noreturn>
10687+
<returnValue type="bool"/>
10688+
<const/>
10689+
<leak-ignore/>
10690+
<use-retval/>
10691+
</function>
1068410692
<!-- static wxUniChar wxFileName::GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) -->
1068510693
<function name="wxFileName::GetPathSeparator">
1068610694
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)