mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 21:51:08 +00:00
Update API
svn path=/trunk/gtk-sharp/; revision=11235
This commit is contained in:
parent
41e3e3bb9a
commit
66529e9602
|
@ -1,4 +1,6 @@
|
|||
public void Write (string buffer)
|
||||
{
|
||||
gtk_html_stream_write (ref this, buffer, buffer.Length);
|
||||
byte [] bytes = System.Text.Encoding.UTF8.GetBytes (buffer);
|
||||
|
||||
gtk_html_stream_write (ref this, bytes, bytes.Length);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue