We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee30b0 commit 55e8691Copy full SHA for 55e8691
1 file changed
cfg/wxwidgets.cfg
@@ -10840,6 +10840,13 @@
10840
<leak-ignore/>
10841
<arg nr="1" default="wxEmptyString" direction="in"/>
10842
</function>
10843
+ <!-- void wxDC::CopyAttributes(const wxDC & dc) -->
10844
+ <function name="wxDC::CopyAttributes">
10845
+ <noreturn>false</noreturn>
10846
+ <returnValue type="void"/>
10847
+ <leak-ignore/>
10848
+ <arg nr="1" direction="in"/>
10849
+ </function>
10850
<!-- bool wxTextFile::Open(const wxString & strFile, const wxMBConv & conv = wxConvAuto()) -->
10851
<function name="wxTextFile::Open">
10852
<noreturn>false</noreturn>
0 commit comments