Add customization

svn path=/trunk/gtk-sharp/; revision=10534
This commit is contained in:
Miguel de Icaza 2003-01-15 04:24:50 +00:00
parent 6e12be4da1
commit 9786738198

4
gtk/HTMLStream.custom Normal file
View File

@ -0,0 +1,4 @@
public void Write (string buffer)
{
gtk_html_stream_write (ref this, buffer, buffer.Length);
}