diff options
author | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
commit | e05eeffb4b05605d9e8c30bd3235cf4546a1872a (patch) | |
tree | 112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /shell/Evolution-ConfigControl.idl | |
parent | 0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff) | |
download | gsoc2013-evolution-EOG_0_116_1.tar.gz gsoc2013-evolution-EOG_0_116_1.tar.zst gsoc2013-evolution-EOG_0_116_1.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_0_116_1'.EOG_0_116_1
svn path=/tags/EOG_0_116_1/; revision=16024
Diffstat (limited to 'shell/Evolution-ConfigControl.idl')
-rw-r--r-- | shell/Evolution-ConfigControl.idl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/shell/Evolution-ConfigControl.idl b/shell/Evolution-ConfigControl.idl deleted file mode 100644 index d6b080d29c..0000000000 --- a/shell/Evolution-ConfigControl.idl +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- 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 <ettore@ximian.com> - * - * Copyright (C) 2002 Ximian, Inc. - */ - -module GNOME { -module Evolution { - interface ConfigControl : Bonobo::Unknown { - /* Apply the current settings. */ - void apply (); - - /* 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 */ |