using Gtk; namespace IconSetTest { static int main (string[] args) { IconSet iconset = new IconSet(); } }