Compare commits
4 Commits
amigaos
...
revert-267
Author | SHA1 | Date |
---|---|---|
orbitcowboy | d80e8ba705 | |
Armin Müller | 20ade435c6 | |
orbitcowboy | b589a8fa16 | |
versat | d89e1e6904 |
|
@ -10168,6 +10168,53 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxGrid::GetColSize(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColLeft(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColRight(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColPos(int col) const -->
|
||||||
|
<!-- int wxGrid::GetColMinimalWidth(int col) const -->
|
||||||
|
<function name="wxGrid::GetColSize,wxGrid::GetColLeft,wxGrid::GetColRight,wxGrid::GetColPos,wxGrid::GetColMinimalWidth">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxGrid::IsColShown(int col) const -->
|
||||||
|
<!-- bool wxGrid::IsRowShown(int row) const -->
|
||||||
|
<function name="wxGrid::IsColShown,wxGrid::IsRowShown">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
<valid>0:</valid>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxGridSizesInfo wxGrid::GetColSizes(void) const -->
|
||||||
|
<function name="wxGrid::GetColSizes">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxGridSizesInfo"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
|
<!-- int wxGrid::GetColMinimalAcceptableWidth(void) const -->
|
||||||
|
<function name="wxGrid::GetColMinimalAcceptableWidth">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
<!-- wxString wxDataViewListCtrl::GetTextValue(unsigned int row, unsigned int col) const -->
|
<!-- wxString wxDataViewListCtrl::GetTextValue(unsigned int row, unsigned int col) const -->
|
||||||
<function name="wxDataViewListCtrl::GetTextValue">
|
<function name="wxDataViewListCtrl::GetTextValue">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -13274,18 +13321,6 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxGrid::IsRowShown(int row) const -->
|
|
||||||
<function name="wxGrid::IsRowShown">
|
|
||||||
<noreturn>false</noreturn>
|
|
||||||
<returnValue type="bool"/>
|
|
||||||
<use-retval/>
|
|
||||||
<leak-ignore/>
|
|
||||||
<const/>
|
|
||||||
<arg nr="1" direction="in">
|
|
||||||
<not-uninit/>
|
|
||||||
<not-bool/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
|
||||||
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
|
<!-- virtual int wxAnimation::GetDelay(unsigned int i) const -->
|
||||||
<function name="wxAnimation::GetDelay">
|
<function name="wxAnimation::GetDelay">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
|
@ -22,9 +22,9 @@ import operator
|
||||||
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
||||||
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
||||||
# changes)
|
# changes)
|
||||||
SERVER_VERSION = "1.3.5"
|
SERVER_VERSION = "1.3.6"
|
||||||
|
|
||||||
OLD_VERSION = '2.0'
|
OLD_VERSION = '2.1'
|
||||||
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
|
|
Loading…
Reference in New Issue