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

View File

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