Correct the metadata for the HTMLStream

Write method to make it always regenerate the correct
stuff. Thanks to Rachel for helping me out at the middle of the
night.

svn path=/trunk/gtk-sharp/; revision=11269
This commit is contained in:
Duncan Mak 2003-02-06 07:25:16 +00:00
parent b566d8b21a
commit 101589b057
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2003-02-06 Duncan Mak <duncan@ximian.com>
* sources/Gtk.metadata: Correct the metadata for the HTMLStream
Write method to make it always regenerate the correct
stuff. Thanks to Rachel for helping me out at the middle of the
night.
2003-02-06 Duncan Mak <duncan@ximian.com>
* api/gtk-api.xml:

View File

@ -1320,7 +1320,19 @@
<attribute target="param">
<filter level="name">buffer</filter>
<name>type</name>
<value>byte*</value>
<value>const-guchar*</value>
</attribute>
</data>
</rule>
<rule>
<class name="GtkHTMLStream">
<method>Write</method>
</class>
<data>
<attribute target="param">
<filter level="name">buffer</filter>
<name>array</name>
<value>1</value>
</attribute>
</data>
</rule>