diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-20 03:06:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-20 03:06:46 +0800 |
commit | 0fede2ff4a1f94b0aab8d8de1988a53ba6e3ba94 (patch) | |
tree | 613e724966575f713bb9337c0b528091489ce88a /shell/ChangeLog | |
parent | 75d7ec9957a7dde363ce353575fb7ddc4826eaff (diff) | |
download | gsoc2013-evolution-0fede2ff4a1f94b0aab8d8de1988a53ba6e3ba94.tar.gz gsoc2013-evolution-0fede2ff4a1f94b0aab8d8de1988a53ba6e3ba94.tar.zst gsoc2013-evolution-0fede2ff4a1f94b0aab8d8de1988a53ba6e3ba94.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a854194c16..ec1e979946 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,18 @@ 2003-11-19 Ettore Perazzoli <ettore@ximian.com> + * 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. + +2003-11-19 Ettore Perazzoli <ettore@ximian.com> + * evolution-activity-client.c (evolution_activity_client_construct): Get a raw GNOME_Evolution_Shell as an arg instead of an |