Ryujinx-GtkSharp/gtk/HTMLStream.custom
Miguel de Icaza 66529e9602 Update API
svn path=/trunk/gtk-sharp/; revision=11235
2003-02-05 06:30:34 +00:00

7 lines
157 B
Plaintext

public void Write (string buffer)
{
byte [] bytes = System.Text.Encoding.UTF8.GetBytes (buffer);
gtk_html_stream_write (ref this, bytes, bytes.Length);
}