mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-11 02:12:14 +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
|
* gdk/Pixbuf.custom: Added missing DllImport statement and
|
||||||
proper copyright header.
|
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>
|
2003-08-28 Alp Toker <alp@atoker.com>
|
||||||
|
|
||||||
|
|
|
@ -1657,22 +1657,28 @@
|
||||||
<!-- new_flags -->
|
<!-- new_flags -->
|
||||||
<rule>
|
<rule>
|
||||||
<class name="GtkInvisible">
|
<class name="GtkInvisible">
|
||||||
<method>GetScreen</method>
|
<property>Screen</property>
|
||||||
<method>SetScreen</method>
|
</class>
|
||||||
</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">
|
<class name="GtkMenu">
|
||||||
<method>SetScreen</method>
|
<method>SetScreen</method>
|
||||||
</class>
|
</class>
|
||||||
<class name="GtkWindow">
|
<data>
|
||||||
<method>GetScreen</method>
|
|
||||||
<method>SetScreen</method>
|
|
||||||
</class>
|
|
||||||
<data>
|
|
||||||
<attribute target="method">
|
<attribute target="method">
|
||||||
<name>new_flag</name>
|
<name>new_flag</name>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</attribute>
|
</attribute>
|
||||||
</data>
|
</data>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- hides -->
|
<!-- hides -->
|
||||||
|
|
Loading…
Reference in a new issue