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:
parent
b566d8b21a
commit
101589b057
2 changed files with 20 additions and 1 deletions
|
@ -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>
|
2003-02-06 Duncan Mak <duncan@ximian.com>
|
||||||
|
|
||||||
* api/gtk-api.xml:
|
* api/gtk-api.xml:
|
||||||
|
|
|
@ -1320,7 +1320,19 @@
|
||||||
<attribute target="param">
|
<attribute target="param">
|
||||||
<filter level="name">buffer</filter>
|
<filter level="name">buffer</filter>
|
||||||
<name>type</name>
|
<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>
|
</attribute>
|
||||||
</data>
|
</data>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
Loading…
Reference in a new issue