public Project.Project proj; int main (string[] args) { Gtk.init (ref args); var c = Xcls_DialogPluginWebkit(); c.show(); Gtk.main(); return 0; }