mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 08:55:29 +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"/>
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="Set" cname="gtk_arrow_set">
|
||||
<method name="Set" cname="gtk_arrow_set" hidden="1">
|
||||
<return-type type="void"/>
|
||||
<parameters>
|
||||
<parameter type="GtkArrowType" name="arrow_type"/>
|
||||
|
|
|
@ -1452,7 +1452,7 @@
|
|||
<!-- hides -->
|
||||
<rule>
|
||||
<class name="GtkArrow">
|
||||
<method>Get</method>
|
||||
<method>Set</method>
|
||||
</class>
|
||||
<data>
|
||||
<attribute target="method">
|
||||
|
|
Loading…
Reference in a new issue