Skip to content

Commit 5287a6b

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 7f4a4c4 commit 5287a6b

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15746,4 +15746,39 @@ wxItemKind kind = wxITEM_NORMAL) -->
1574615746
</arg>
1574715747
<warn severity="style">Please note that this method does the same thing as the standard 'reserve()' one and should not be used in new code.</warn>
1574815748
</function>
15749+
<!-- virtual void wxFileHistory::AddFileToHistory( const wxString & file ) -->
15750+
<!-- void wxDocManager::AddFileToHistory( const wxString & file ) -->
15751+
<function name="wxFileHistory::AddFileToHistory,wxDocManager::AddFileToHistory">
15752+
<noreturn>false</noreturn>
15753+
<leak-ignore/>
15754+
<returnValue type="void"/>
15755+
<arg nr="1" direction="in"/>
15756+
</function>
15757+
<!-- virtual void wxFileHistory::AddFilesToMenu( wxMenu * menu ) -->
15758+
<!-- virtual void wxFileHistory::AddFilesToMenu( void ) -->
15759+
<function name="wxFileHistory::AddFilesToMenu">
15760+
<noreturn>false</noreturn>
15761+
<leak-ignore/>
15762+
<returnValue type="void"/>
15763+
<arg nr="1" default="NULL" direction="in"/>
15764+
</function>
15765+
<!-- virtual size_t wxFileHistory::GetCount( void ) const -->
15766+
<function name="wxFileHistory::GetCount">
15767+
<noreturn>false</noreturn>
15768+
<leak-ignore/>
15769+
<const/>
15770+
<returnValue type="size_t"/>
15771+
<use-retval/>
15772+
</function>
15773+
<!-- virtual wxString wxFileHistory::GetHistoryFile( size_t i ) -->
15774+
<function name="wxFileHistory::GetHistoryFile">
15775+
<noreturn>false</noreturn>
15776+
<leak-ignore/>
15777+
<returnValue type="wxString"/>
15778+
<use-retval/>
15779+
<arg nr="1" direction="in">
15780+
<not-uninit/>
15781+
<valid>0:</valid>
15782+
</arg>
15783+
</function>
1574915784
</def>

0 commit comments

Comments
 (0)