mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-12-25 07:51:34 +00:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
public void Write (string buffer)
|
|
{
|
|
gtk_html_stream_write (ref this, buffer, buffer.Length);
|
|
}
|