Skip to content

Commit

Permalink
wxwidgets.cfg: add more interfaces found by daca (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 25, 2024
1 parent 687982a commit bfe258d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<define name="wxVector" value="std::vector"/>
<define name="wxArrayString" value="std::vector &lt; wxString &gt;"/>
<define name="wxArrayInt" value="std::vector &lt; int &gt;"/>
<define name="wxLongLongFmtSpec" value="ll"/>
<define name="wxColor" value="wxColour"/>
<define name="wxOVERRIDE" value="override"/>
<define name="wxEXPLICIT" value="explicit"/>
Expand Down Expand Up @@ -10601,6 +10602,20 @@
<const/>
<leak-ignore/>
</function>
<!-- void wxInitAllImageHandlers( void ) -->
<function name="wxInitAllImageHandlers">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
<!-- wxAppDerivedClass& wxGetApp( void )-->
<function name="wxGetApp">
<noreturn>false</noreturn>
<returnValue type="wxAppDerivedClass &amp;"/>
<use-retval/>
<const/>
<leak-ignore/>
</function>
<!-- virtual void wxTextCtrl::SetMaxLength(unsigned long len)-->
<function name="wxTextEntry::SetMaxLength,wxTextCtrl::SetMaxLength">
<noreturn>false</noreturn>
Expand Down Expand Up @@ -15199,6 +15214,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- wxMenuItem* wxMenu::AppendSeparator(void) -->
<function name="wxMenu::AppendSeparator">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxMenuItem *"/>
<use-retval/>
</function>
<!-- size_t wxNotebook::GetPageCount ( void ) const -->
<!-- size_t wxListbook::GetPageCount ( void ) const -->
<!-- size_t wxPropertyGridManager::GetPageCount ( void ) const -->
Expand Down

0 comments on commit bfe258d

Please sign in to comment.