mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 07:05:41 +00:00
9786738198
svn path=/trunk/gtk-sharp/; revision=10534
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
public void Write (string buffer)
|
|
{
|
|
gtk_html_stream_write (ref this, buffer, buffer.Length);
|
|
}
|