[Gtk-sharp-list] Patch for missing new flags
Martin Willemoes Hansen
mwh@sysrq.dk
Wed, 27 Aug 2003 12:17:12 +0200
--=-GDwxoxuDNa/XxrVbxcnj
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi!
I noticed while trying to compile the gtk assembly, that a bunch of new
flags was missing in some method signatures.
This patch fixes the problem.
Okay to commit?
--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh@sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------
--=-GDwxoxuDNa/XxrVbxcnj
Content-Disposition: attachment; filename=Gtk.metadata.diff
Content-Type: text/x-patch; name=Gtk.metadata.diff; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Index: Gtk.metadata
===================================================================
RCS file: /cvs/public/gtk-sharp/sources/Gtk.metadata,v
retrieving revision 1.59
diff -u -r1.59 Gtk.metadata
--- Gtk.metadata 15 Aug 2003 23:19:55 -0000 1.59
+++ Gtk.metadata 27 Aug 2003 10:28:16 -0000
@@ -1657,18 +1657,16 @@
<!-- new_flags -->
<rule>
<class name="GtkInvisible">
- <method>GetScreen</method>
- <method>SetScreen</method>
+ <property>Screen</property>
</class>
<class name="GtkMenu">
- <method>SetScreen</method>
+ <property>Screen</property>
</class>
<class name="GtkWindow">
- <method>GetScreen</method>
- <method>SetScreen</method>
+ <property>Screen</property>
</class>
<data>
- <attribute target="method">
+ <attribute target="property">
<name>new_flag</name>
<value>1</value>
</attribute>
--=-GDwxoxuDNa/XxrVbxcnj--