2003-02-20 Mike Kestner <mkestner@speakeasy.net>

* api/gtk-api.xml : hide the Arrow::Set method.
	* sources/Gtk.metadata : metadata for above.

svn path=/trunk/gtk-sharp/; revision=11790
This commit is contained in:
Mike Kestner 2003-02-21 03:33:42 +00:00
parent 56cc116358
commit 82cc097ef4
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-02-20 Mike Kestner <mkestner@speakeasy.net>
* api/gtk-api.xml : hide the Arrow::Set method.
* sources/Gtk.metadata : metadata for above.
2003-02-19 Mike Kestner <mkestner@speakeasy.net>
* generator/Parameters.cs (Initialize): construct a GLib.Value

View File

@ -1450,6 +1450,17 @@
</rule>
<!-- hides -->
<rule>
<class name="GtkArrow">
<method>Get</method>
</class>
<data>
<attribute target="method">
<name>hidden</name>
<value>1</value>
</attribute>
</data>
</rule>
<rule>
<class name="GtkClipboardClearFunc"/>
<data>