wxwidgets.cfg: Added missing const configuration.

This commit is contained in:
orbitcowboy 2019-01-31 14:12:31 +01:00
parent 65f7a17f26
commit a427679d21
1 changed files with 53 additions and 6 deletions

View File

@ -4248,6 +4248,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -4313,6 +4314,7 @@
<function name="wxString::Len,wxString::length">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="size_t"/>
<use-retval/>
</function>
@ -4321,6 +4323,7 @@
<function name="wxString::Length">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="size_t"/>
<use-retval/>
<warn severity="style">This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code.</warn>
@ -4364,6 +4367,7 @@
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -4738,6 +4742,7 @@
<function name="wxRadioBox::FindString">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="int"/>
<arg nr="1">
<not-uninit/>
@ -4751,6 +4756,7 @@
<function name="wxRadioBox::GetColumnCount">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned int"/>
<use-retval/>
</function>
@ -4759,6 +4765,7 @@
<function name="wxRadioBox::GetItemFromPoint">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="int"/>
<use-retval/>
<arg nr="1">
@ -4770,6 +4777,7 @@
<function name="wxRadioBox::GetItemHelpText">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxString"/>
<use-retval/>
<arg nr="1">
@ -4781,6 +4789,7 @@
<function name="wxRadioBox::GetItemToolTip">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxToolTip *"/>
<use-retval/>
<arg nr="1">
@ -4792,6 +4801,7 @@
<function name="wxRadioBox::GetRowCount">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned int"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
@ -4801,6 +4811,7 @@
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -4810,6 +4821,7 @@
<function name="wxRadioBox::IsItemShown">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
<arg nr="1">
@ -4867,6 +4879,7 @@
<function name="wxRadioBox::GetCount">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned int"/>
<use-retval/>
</function>
@ -4877,6 +4890,7 @@
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -4898,6 +4912,7 @@
<function name="wxRadioBox::GetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="int"/>
<use-retval/>
</function>
@ -4906,6 +4921,7 @@
<function name="wxButton::GetAuthNeeded">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
</function>
@ -4914,6 +4930,7 @@
<function name="wxButton::GetLabel">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxString"/>
<use-retval/>
</function>
@ -4957,6 +4974,7 @@
<function name="wxColour::Alpha">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned char"/>
<use-retval/>
</function>
@ -4974,6 +4992,7 @@
<function name="wxColour::Blue">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned char"/>
<use-retval/>
</function>
@ -4982,6 +5001,7 @@
<function name="wxColour::Green">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned char"/>
<use-retval/>
</function>
@ -4990,6 +5010,7 @@
<function name="wxColour::Red">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="unsigned char"/>
<use-retval/>
</function>
@ -5035,6 +5056,7 @@
<function name="wxTextFile::Eof">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
</function>
@ -5043,6 +5065,7 @@
<function name="wxTextFile::Exists">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
</function>
@ -5051,6 +5074,7 @@
<function name="wxTextFile::GetCurrentLine">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="size_t"/>
<use-retval/>
</function>
@ -5075,6 +5099,7 @@
<function name="wxTextFile::GetLineCount">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="size_t"/>
<use-retval/>
</function>
@ -5083,6 +5108,7 @@
<function name="wxTextFile::GetLineType">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxTextFileType"/>
<use-retval/>
</function>
@ -5091,6 +5117,7 @@
<function name="wxTextFile::GetName">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="const wxString"/>
<use-retval/>
</function>
@ -5111,7 +5138,7 @@
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- void GoToLine (size_t n) -->
<!-- void GoToLine (size_t n) -->
<function name="wxTextFile::GoToLine">
<noreturn>false</noreturn>
<leak-ignore/>
@ -5120,15 +5147,16 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- wxTextFileType GuessType () const -->
<!-- wxTextFileType GuessType () const -->
<function name="wxTextFile::GuessType">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxTextFileType"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- void InsertLine (const wxString &str, size_t n, wxTextFileType type=typeDefault) -->
<!-- void InsertLine (const wxString &str, size_t n, wxTextFileType type=typeDefault) -->
<function name="wxTextFile::InsertLine">
<noreturn>false</noreturn>
<leak-ignore/>
@ -5143,15 +5171,16 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- bool IsOpened () const -->
<!-- bool IsOpened () const -->
<function name="wxTextFile::IsOpened">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- void RemoveLine (size_t n) -->
<!-- void RemoveLine (size_t n) -->
<function name="wxTextFile::RemoveLine">
<noreturn>false</noreturn>
<leak-ignore/>
@ -5161,12 +5190,13 @@
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
<!-- wxString & GetLine (size_t n) -->
<!-- const wxString & GetLine (size_t n) const -->
<!-- const wxString & GetLine (size_t n) const -->
<function name="wxTextFile::GetLine">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -5302,6 +5332,7 @@
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<leak-ignore/>
</function>
<!-- http://docs.wxwidgets.org/3.1/group__group__funcmacro__file.html#ga139aabab52fdd09c37716662d6a47110 -->
@ -5644,6 +5675,7 @@
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -5657,6 +5689,7 @@
<leak-ignore/>
<returnValue type="wxColour"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -5670,6 +5703,7 @@
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -5686,6 +5720,7 @@
<function name="wxGrid::SetCellAlignment">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<arg nr="4" default="wxALIGN_LEFT">
<not-uninit/>
</arg>
@ -5749,6 +5784,7 @@
<!-- wxGridCellEditor* wxGrid::GetCellEditor(int row, int col) const -->
<function name="wxGrid::GetCellEditor">
<noreturn>false</noreturn>
<const/>
<returnValue type="wxGridCellEditor *"/>
<use-retval/>
<leak-ignore/>
@ -5978,6 +6014,7 @@
<function name="wxString::ToDouble,wxString::ToCDouble">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<arg nr="1">
<not-null/>
@ -5987,6 +6024,7 @@
<function name="wxString::Strip">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxString"/>
<arg nr="1"/>
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
@ -6019,6 +6057,7 @@
<function name="wxString::ToLong,wxString::ToCLong,wxString::ToLongLong,wxString::ToULong,wxString::ToCULong,wxString::ToULongLong">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="bool"/>
<arg nr="1">
<not-null/>
@ -6200,6 +6239,7 @@
<function name="wxObject::GetClassInfo,wxAcceleratorTable::GetClassInfo,wxAccessible::GetClassInfo,wxAnimation::GetClassInfo,wxArchiveClassFactory::GetClassInfo,wxArchiveEntry::GetClassInfo,wxArtProvider::GetClassInfo,wxAutomationObject::GetClassInfo,wxBitmapHandler::GetClassInfo,wxClient::GetClassInfo,wxClipboard::GetClassInfo,wxColour::GetClassInfo,wxColourData::GetClassInfo,wxColourPropertyValue::GetClassInfo,wxCommand::GetClassInfo,wxCommandProcessor::GetClassInfo,wxConfigBase::GetClassInfo,wxConnection::GetClassInfo,wxConnectionBase::GetClassInfo,wxContextHelp::GetClassInfo,wxDataViewIconText::GetClassInfo,wxDataViewRenderer::GetClassInfo,wxDC::GetClassInfo,wxDDEClient::GetClassInfo,wxDocTemplate::GetClassInfo,wxDragImage::GetClassInfo,wxEncodingConverter::GetClassInfo,wxEvent::GetClassInfo,wxEvtHandler::GetClassInfo,wxFileHistory::GetClassInfo,wxFileSystem::GetClassInfo,wxFileSystemHandler::GetClassInfo,wxFilterClassFactory::GetClassInfo,wxFindReplaceData::GetClassInfo,wxFontData::GetClassInfo,wxFSFile::GetClassInfo,wxGDIObject::GetClassInfo,wxGLContext::GetClassInfo,wxGraphicsObject::GetClassInfo,wxGraphicsRenderer::GetClassInfo,wxGridTableBase::GetClassInfo,wxHashTable::GetClassInfo,wxHelpControllerBase::GetClassInfo,wxHtmlCell::GetClassInfo,wxHtmlDCRenderer::GetClassInfo,wxHtmlEasyPrinting::GetClassInfo,wxHtmlFilter::GetClassInfo,wxHtmlHelpData::GetClassInfo,wxHtmlLinkInfo::GetClassInfo,wxHtmlTagHandler::GetClassInfo,wxImage::GetClassInfo,wxImageHandler::GetClassInfo,wxImageList::GetClassInfo,wxIndividualLayoutConstraint::GetClassInfo,wxJoystick::GetClassInfo,wxLayoutAlgorithm::GetClassInfo,wxLayoutConstraints::GetClassInfo,wxListItem::GetClassInfo,wxMask::GetClassInfo,wxMenuItem::GetClassInfo,wxMetafile::GetClassInfo,wxModule::GetClassInfo,wxPageSetupDialog::GetClassInfo,wxPageSetupDialogData::GetClassInfo,wxPGCell::GetClassInfo,wxPGEditor::GetClassInfo,wxPGEditorDialogAdapter::GetClassInfo,wxPGProperty::GetClassInfo,wxPrintData::GetClassInfo,wxPrintDialog::GetClassInfo,wxPrintDialogData::GetClassInfo,wxPrinter::GetClassInfo,wxPrintout::GetClassInfo,wxPrintPreview::GetClassInfo,wxQuantize::GetClassInfo,wxRegionIterator::GetClassInfo,wxRichTextAction::GetClassInfo,wxRichTextDrawingContext::GetClassInfo,wxRichTextDrawingHandler::GetClassInfo,wxRichTextFieldType::GetClassInfo,wxRichTextFileHandler::GetClassInfo,wxRichTextFontTable::GetClassInfo,wxRichTextFormattingDialogFactory::GetClassInfo,wxRichTextHeaderFooterData::GetClassInfo,wxRichTextImageBlock::GetClassInfo,wxRichTextObject::GetClassInfo,wxRichTextPrinting::GetClassInfo,wxRichTextProperties::GetClassInfo,wxRichTextRenderer::GetClassInfo,wxRichTextStyleDefinition::GetClassInfo,wxRichTextStyleSheet::GetClassInfo,wxSizer::GetClassInfo,wxSizerItem::GetClassInfo,wxSockAddress::GetClassInfo,wxSocketBase::GetClassInfo,wxSound::GetClassInfo,wxStringTokenizer::GetClassInfo,wxSystemOptions::GetClassInfo,wxTCPClient::GetClassInfo,wxTCPConnection::GetClassInfo,wxTCPServer::GetClassInfo,wxToolBarToolBase::GetClassInfo,wxToolTip::GetClassInfo,wxURI::GetClassInfo,wxVariant::GetClassInfo,wxWebViewFactory::GetClassInfo,wxXmlDocument::GetClassInfo,wxXmlResource::GetClassInfo,wxXmlResourceHandler::GetClassInfo">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxClassInfo *"/>
<use-retval/>
</function>
@ -6208,6 +6248,7 @@
<function name="wxObject::GetRefData,wxAcceleratorTable::GetRefData,wxAccessible::GetRefData,wxAnimation::GetRefData,wxArchiveClassFactory::GetRefData,wxArchiveEntry::GetRefData,wxArtProvider::GetRefData,wxAutomationObject::GetRefData,wxBitmapHandler::GetRefData,wxClient::GetRefData,wxClipboard::GetRefData,wxColour::GetRefData,wxColourData::GetRefData,wxColourPropertyValue::GetRefData,wxCommand::GetRefData,wxCommandProcessor::GetRefData,wxConfigBase::GetRefData,wxConnection::GetRefData,wxConnectionBase::GetRefData,wxContextHelp::GetRefData,wxDataViewIconText::GetRefData,wxDataViewRenderer::GetRefData,wxDC::GetRefData,wxDDEClient::GetRefData,wxDocTemplate::GetRefData,wxDragImage::GetRefData,wxEncodingConverter::GetRefData,wxEvent::GetRefData,wxEvtHandler::GetRefData,wxFileHistory::GetRefData,wxFileSystem::GetRefData,wxFileSystemHandler::GetRefData,wxFilterClassFactory::GetRefData,wxFindReplaceData::GetRefData,wxFontData::GetRefData,wxFSFile::GetRefData,wxGDIObject::GetRefData,wxGLContext::GetRefData,wxGraphicsObject::GetRefData,wxGraphicsRenderer::GetRefData,wxGridTableBase::GetRefData,wxHashTable::GetRefData,wxHelpControllerBase::GetRefData,wxHtmlCell::GetRefData,wxHtmlDCRenderer::GetRefData,wxHtmlEasyPrinting::GetRefData,wxHtmlFilter::GetRefData,wxHtmlHelpData::GetRefData,wxHtmlLinkInfo::GetRefData,wxHtmlTagHandler::GetRefData,wxImage::GetRefData,wxImageHandler::GetRefData,wxImageList::GetRefData,wxIndividualLayoutConstraint::GetRefData,wxJoystick::GetRefData,wxLayoutAlgorithm::GetRefData,wxLayoutConstraints::GetRefData,wxListItem::GetRefData,wxMask::GetRefData,wxMenuItem::GetRefData,wxMetafile::GetRefData,wxModule::GetRefData,wxPageSetupDialog::GetRefData,wxPageSetupDialogData::GetRefData,wxPGCell::GetRefData,wxPGEditor::GetRefData,wxPGEditorDialogAdapter::GetRefData,wxPGProperty::GetRefData,wxPrintData::GetRefData,wxPrintDialog::GetRefData,wxPrintDialogData::GetRefData,wxPrinter::GetRefData,wxPrintout::GetRefData,wxPrintPreview::GetRefData,wxQuantize::GetRefData,wxRegionIterator::GetRefData,wxRichTextAction::GetRefData,wxRichTextDrawingContext::GetRefData,wxRichTextDrawingHandler::GetRefData,wxRichTextFieldType::GetRefData,wxRichTextFileHandler::GetRefData,wxRichTextFontTable::GetRefData,wxRichTextFormattingDialogFactory::GetRefData,wxRichTextHeaderFooterData::GetRefData,wxRichTextImageBlock::GetRefData,wxRichTextObject::GetRefData,wxRichTextPrinting::GetRefData,wxRichTextProperties::GetRefData,wxRichTextRenderer::GetRefData,wxRichTextStyleDefinition::GetRefData,wxRichTextStyleSheet::GetRefData,wxSizer::GetRefData,wxSizerItem::GetRefData,wxSockAddress::GetRefData,wxSocketBase::GetRefData,wxSound::GetRefData,wxStringTokenizer::GetRefData,wxSystemOptions::GetRefData,wxTCPClient::GetRefData,wxTCPConnection::GetRefData,wxTCPServer::GetRefData,wxToolBarToolBase::GetRefData,wxToolTip::GetRefData,wxURI::GetRefData,wxVariant::GetRefData,wxWebViewFactory::GetRefData,wxXmlDocument::GetRefData,wxXmlResource::GetRefData,wxXmlResourceHandler::GetRefData">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxObjectRefData *"/>
<use-retval/>
</function>
@ -6217,6 +6258,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="bool"/>
<arg nr="1">
<not-null/>
@ -6227,6 +6269,7 @@
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="bool"/>
<arg nr="1"/>
</function>
@ -6283,6 +6326,7 @@
<noreturn>false</noreturn>
<returnValue type="wxPoint"/>
<leak-ignore/>
<const/>
<use-retval/>
</function>
<!-- void wxSize::SetHeight(int height)-->
@ -6344,6 +6388,7 @@
<returnValue type="bool"/>
<leak-ignore/>
<use-retval/>
<const/>
<arg nr="2">
<not-null/>
</arg>
@ -6432,6 +6477,7 @@
<leak-ignore/>
<returnValue/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>
@ -6728,6 +6774,7 @@
<noreturn>false</noreturn>
<returnValue type="wxColour"/>
<use-retval/>
<const/>
<arg nr="1">
<not-uninit/>
</arg>