diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-13 04:03:12 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-13 04:03:12 +0800 |
commit | 303d95e31c9464b1be4afa44de2ca82893425083 (patch) | |
tree | 04c2ef12b8823d465cacdf0031f98b8b3ad14845 /ChangeLog | |
parent | d1aae0079ca3e647a5e925ea89517906d7deb991 (diff) | |
download | gsoc2013-evolution-303d95e31c9464b1be4afa44de2ca82893425083.tar.gz gsoc2013-evolution-303d95e31c9464b1be4afa44de2ca82893425083.tar.zst gsoc2013-evolution-303d95e31c9464b1be4afa44de2ca82893425083.zip |
creates an Evolution_ServiceRepository object.
2000-03-12 bertrand <bertrand@helixcode.com>
* shell/evolution-service-repository.c:
(evolution_service_repository_new): creates an
Evolution_ServiceRepository object.
(create_evolution_service_repository):
create the corresponding servant.
(evolution_service_repository_construct): set
the closure as well as the virtual functions.
Completed the implementation.
The bonobo components can now implement a
Evolution::ServiceRepository interface.
svn path=/trunk/; revision=2106
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-03-12 bertrand <bertrand@helixcode.com> + + * shell/evolution-service-repository.c: + (evolution_service_repository_new): creates an + Evolution_ServiceRepository object. + (create_evolution_service_repository): + create the corresponding servant. + (evolution_service_repository_construct): set + the closure as well as the virtual functions. + 2000-03-12 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/.cvsignore: Added e-text-test. |