mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 13:35:28 +00:00
66529e9602
svn path=/trunk/gtk-sharp/; revision=11235
7 lines
157 B
Plaintext
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);
|
|
}
|