Add customization
svn path=/trunk/gtk-sharp/; revision=10534
This commit is contained in:
parent
6e12be4da1
commit
9786738198
1 changed files with 4 additions and 0 deletions
4
gtk/HTMLStream.custom
Normal file
4
gtk/HTMLStream.custom
Normal file
|
@ -0,0 +1,4 @@
|
|||
public void Write (string buffer)
|
||||
{
|
||||
gtk_html_stream_write (ref this, buffer, buffer.Length);
|
||||
}
|
Loading…
Add table
Reference in a new issue