mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-25 16:06:55 +00:00
Add customization
svn path=/trunk/gtk-sharp/; revision=10534
This commit is contained in:
parent
6e12be4da1
commit
9786738198
4
gtk/HTMLStream.custom
Normal file
4
gtk/HTMLStream.custom
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
public void Write (string buffer)
|
||||||
|
{
|
||||||
|
gtk_html_stream_write (ref this, buffer, buffer.Length);
|
||||||
|
}
|
Loading…
Reference in a new issue