mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:45:43 +00:00
29 lines
496 B
Plaintext
29 lines
496 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<metadata>
|
||
|
|
||
|
<!-- renames -->
|
||
|
<rule>
|
||
|
<class name="AtkDocument">
|
||
|
<method>GetDocument</method>
|
||
|
</class>
|
||
|
<data>
|
||
|
<attribute target="method">
|
||
|
<name>name</name>
|
||
|
<value>GetTheDocument</value>
|
||
|
</attribute>
|
||
|
</data>
|
||
|
</rule>
|
||
|
<rule>
|
||
|
<class name="AtkDocument">
|
||
|
<method>SetDocument</method>
|
||
|
</class>
|
||
|
<data>
|
||
|
<attribute target="method">
|
||
|
<name>name</name>
|
||
|
<value>SetTheDocument</value>
|
||
|
</attribute>
|
||
|
</data>
|
||
|
</rule>
|
||
|
|
||
|
</metadata>
|