Skip to content

Commit bfe28f8

Browse files
authored
wxwidgets.cfg: Added support for wxApp::OnInit(). (#6003)
1 parent 44901c4 commit bfe28f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cfg/wxwidgets.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16315,4 +16315,12 @@ wxItemKind kind = wxITEM_NORMAL) -->
1631516315
<valid>0:</valid>
1631616316
</arg>
1631716317
</function>
16318+
<!-- virtual bool wxApp::OnInit() -->
16319+
<!-- virtual bool wxAppConsole::OnInit() -->
16320+
<function name="wxApp::OnInit,wxAppConsole::OnInit">
16321+
<noreturn>false</noreturn>
16322+
<returnValue type="bool"/>
16323+
<use-retval/>
16324+
<leak-ignore/>
16325+
</function>
1631816326
</def>

0 commit comments

Comments
 (0)