GtkSharp/gtk/HTMLStream.custom

5 lines
96 B
Text
Raw Normal View History

public void Write (string buffer)
{
gtk_html_stream_write (ref this, buffer, buffer.Length);
}