void main(string[] args) { Gtk.init(ref args); MessagingMenu.App app = new MessagingMenu.App("booga.desktop"); app.register(); Gtk.main(); }