This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Description
I've copied the gtk-html sample script but anything html-related doesnt work. The other gtk stuff works just fine but e.g. Gtk.HTMLStream just returns the error that it doesn't exist. What am i missing here?
Code snippet:
Gtk.HTML myhtml; Gtk.HTMLStream mystream = myhtml.Begin("something");