* 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:
Martin Willemoes Hansen 2003-08-28 16:35:19 +00:00
parent 65f3b21788
commit 1272d759e0
2 changed files with 18 additions and 10 deletions

View File

@ -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>

View File

@ -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 -->