1388
1395
gobject.type_register(Interface)
1389
1396
gobject.signal_new("cancelled", Interface, gobject.SIGNAL_RUN_LAST,
1390
1397
gobject.TYPE_BOOLEAN, ())
1399
gobject.signal_new("launched-action", Interface, gobject.SIGNAL_RUN_LAST,
1392
1402
class WindowController (pretty.OutputMixin):