/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for a wizard done through Bonobo. * * Authors: * Iain Holmes * * Copyright (C) 2000, 2001 Ximian, Inc. */ #include module GNOME { module Evolution { interface Wizard : Bonobo::Unknown { readonly attribute long pageCount; enum Action { NEXT, PREPARE, BACK, FINISH, CANCEL, HELP }; exception NoPage {}; Bonobo::Control getControl (in long pagenumber) raises (NoPage); void notifyAction (in long pagenumber, in Action action) raises (NoPage); }; }; }; e='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add upstream patch for CVE-2014-5033.rakuco2014-07-312-1/+49
* Add patch to fix a SSL MITM vulnerability in the POP3 ioslave.rakuco2014-07-17