From 0fede2ff4a1f94b0aab8d8de1988a53ba6e3ba94 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 19 Nov 2003 19:06:46 +0000 Subject: Free ->uri_schemas. (set_schemas): New function to get the list of URI * e-component-registry.c (component_info_free): Free ->uri_schemas. (set_schemas): New function to get the list of URI schemas given a component's ServerInfo. (query_components): Call it. * e-component-registry.h (struct _EComponentInfo): Add "uri_schemas" member. * Evolution-Component.idl (Component.handleURI): New method. svn path=/trunk/; revision=23447 --- shell/Evolution-Component.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/Evolution-Component.idl') diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index 4ccf92431a..0d1af94e75 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -69,6 +69,11 @@ module Evolution { raises (UnknownType); + /*** URI handling (e.g. for the command-line, "evolution + mailto:foo@bar.org") ***/ + void handleURI (in string uri); + + /*** Send/receive. ***/ void sendAndReceive (); -- cgit v1.2.3