mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:05:29 +00:00
* sources/Gtk.metadata: Fixed new_flag rules, they did not
get applied to the gtk-api.xml. svn path=/trunk/gtk-sharp/; revision=17701
This commit is contained in:
parent
65f3b21788
commit
1272d759e0
|
@ -2,6 +2,8 @@
|
|||
|
||||
* gdk/Pixbuf.custom: Added missing DllImport statement and
|
||||
proper copyright header.
|
||||
* sources/Gtk.metadata: Fixed new_flag rules, they did not
|
||||
get applied to the gtk-api.xml.
|
||||
|
||||
2003-08-28 Alp Toker <alp@atoker.com>
|
||||
|
||||
|
|
|
@ -1657,22 +1657,28 @@
|
|||
<!-- new_flags -->
|
||||
<rule>
|
||||
<class name="GtkInvisible">
|
||||
<method>GetScreen</method>
|
||||
<method>SetScreen</method>
|
||||
</class>
|
||||
<property>Screen</property>
|
||||
</class>
|
||||
<class name="GtkWindow">
|
||||
<property>Screen</property>
|
||||
</class>
|
||||
<data>
|
||||
<attribute target="property">
|
||||
<name>new_flag</name>
|
||||
<value>1</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</rule>
|
||||
<rule>
|
||||
<class name="GtkMenu">
|
||||
<method>SetScreen</method>
|
||||
</class>
|
||||
<class name="GtkWindow">
|
||||
<method>GetScreen</method>
|
||||
<method>SetScreen</method>
|
||||
</class>
|
||||
<data>
|
||||
</class>
|
||||
<data>
|
||||
<attribute target="method">
|
||||
<name>new_flag</name>
|
||||
<value>1</value>
|
||||
</attribute>
|
||||
</data>
|
||||
</data>
|
||||
</rule>
|
||||
|
||||
<!-- hides -->
|
||||
|
|
Loading…
Reference in a new issue