mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 11:45:30 +00:00
oops, mark the Set method, not Get.
svn path=/trunk/gtk-sharp/; revision=11791
This commit is contained in:
parent
82cc097ef4
commit
90913930a7
|
@ -1443,7 +1443,7 @@
|
||||||
<parameter type="GtkShadowType" name="shadow_type"/>
|
<parameter type="GtkShadowType" name="shadow_type"/>
|
||||||
</parameters>
|
</parameters>
|
||||||
</constructor>
|
</constructor>
|
||||||
<method name="Set" cname="gtk_arrow_set">
|
<method name="Set" cname="gtk_arrow_set" hidden="1">
|
||||||
<return-type type="void"/>
|
<return-type type="void"/>
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter type="GtkArrowType" name="arrow_type"/>
|
<parameter type="GtkArrowType" name="arrow_type"/>
|
||||||
|
|
|
@ -1452,7 +1452,7 @@
|
||||||
<!-- hides -->
|
<!-- hides -->
|
||||||
<rule>
|
<rule>
|
||||||
<class name="GtkArrow">
|
<class name="GtkArrow">
|
||||||
<method>Get</method>
|
<method>Set</method>
|
||||||
</class>
|
</class>
|
||||||
<data>
|
<data>
|
||||||
<attribute target="method">
|
<attribute target="method">
|
||||||
|
|
Loading…
Reference in a new issue