Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for wxApp::OnInit().
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 19, 2024
1 parent 2bfd469 commit 9e3c6da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16315,4 +16315,12 @@ wxItemKind kind = wxITEM_NORMAL) -->
<valid>0:</valid>
</arg>
</function>
<!-- virtual bool wxApp::OnInit() -->
<!-- virtual bool wxAppConsole::OnInit() -->
<function name="wxApp::OnInit,wxAppConsole::OnInit">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
</function>
</def>

0 comments on commit 9e3c6da

Please sign in to comment.