aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-service-repository.c
Commit message (Collapse)AuthorAgeFilesLines
* creates an Evolution_ServiceRepository object.bertrand2000-03-131-12/+195
| | | | | | | | | | | | | | | | | | 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
* forgotten file.Bertrand Guiheneuf2000-03-121-1/+1
| | | | svn path=/trunk/; revision=2105
* Implementation of the service repository interface as a bonobo object.bertrand2000-03-121-0/+96
2000-03-12 bertrand <bertrand@helixcode.com> * shell/evolution-service-repository.c: * shell/evolution-service-repository.h: Implementation of the service repository interface as a bonobo object. * shell/evolution-service-repository.idl: new file. Contains the definition for the service repository interface. * shell/Shell.idl: move the shell related stuff here svn path=/trunk/; revision=2103