aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Shell.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r--shell/Evolution-Shell.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl
index ebd3f69719..f5e2d9b32a 100644
--- a/shell/Evolution-Shell.idl
+++ b/shell/Evolution-Shell.idl
@@ -48,6 +48,12 @@ module Evolution {
*/
void setLineStatus (in boolean online)
raises (NotReady);
+
+ /*
+ * Lookup a component by id.
+ */
+ Component findComponent(in string id)
+ raises (NotReady, ComponentNotFound);
};
};
};