/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Additional interfaces for the Controls used in configuration dialogs. * * Authors: * Ettore Perazzoli * * Copyright (C) 2002 Ximian, Inc. */ module GNOME { module Evolution { interface ConfigControl : Bonobo::Unknown { /* Apply the current settings. */ void apply (); /* The actual Control. */ readonly attribute Bonobo::Control control; /* Get the event source for this control. */ readonly attribute Bonobo::EventSource eventSource; /* These are the events that get emitted when the properties of the dialog change: - "changed" Emitted when the data entered changes, and thus doesn't match the applied settings anymore. The user must assume this to be true until ::apply gets invoked. */ }; }; /* module Evolution */ }; /* module GNOME */ ' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/poppassd
Commit message (Expand)AuthorAgeFilesLines
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
* - Fix build on 5.x (varargs)pav2003-12-153-22/+53
* Update dialogs for 5.1. Maintainer timeout (1 month).linimon2003-11-201-1/+1
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
* Use ${STRIP_CMD} instead of strip.osa2003-09-241-1/+1
* update mail/poppassd: cope with devfsdaichi2003-07-083-109/+272
* Prompts from /usr/bin/passwd have changed again, thus breaking poppassd.leeym2003-07-061-13/+26
* De-pkg-comment.knu2003-02-212-1/+1
* * Match poppassd's expectation with /usr/bin/passwd's actual output.naddy2002-10-06