diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 03:52:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 03:52:45 +0800 |
commit | e53eacd2d9b6b775dab6e8bd8cd39f0691192437 (patch) | |
tree | f7bbd92c815ecd7fdbe85ec97d1c693b1c4b8fd0 /my-evolution/GNOME_Evolution_Summary.server.in.in | |
parent | 51a6fc1a8f6369014d91801ffb88aa2fa6f65cd4 (diff) | |
download | gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar.gz gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar.bz2 gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar.lz gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar.xz gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.tar.zst gsoc2013-evolution-e53eacd2d9b6b775dab6e8bd8cd39f0691192437.zip |
Updated to be a shared library.
* GNOME_Evolution_Summary.server.in.in: Updated to be a shared
library.
* main.c: Removed.
* Makefile.am: Update to compile as a shared library.
* component-factory.c: Changed to be a shared library factory, for
both the ShellComponent and the ConfigControl objects.
* e-summary-preferences.c
(e_summary_preferences_init_config_control): Renamed from
e_summary_preferences_register_config_control_factory.
(e_summary_preferences_create_control): Renamed from factory_fn
and removed all args.
svn path=/trunk/; revision=19007
Diffstat (limited to 'my-evolution/GNOME_Evolution_Summary.server.in.in')
-rw-r--r-- | my-evolution/GNOME_Evolution_Summary.server.in.in | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/my-evolution/GNOME_Evolution_Summary.server.in.in b/my-evolution/GNOME_Evolution_Summary.server.in.in index 7ab98342a6..6bf4d63139 100644 --- a/my-evolution/GNOME_Evolution_Summary.server.in.in +++ b/my-evolution/GNOME_Evolution_Summary.server.in.in @@ -1,8 +1,17 @@ <oaf_info> + <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ComponentFactory" + type="shlib" + location="@COMPONENTDIR@/libevolution-executive-summary.so"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/GenericFactory:1.0"/> + </oaf_attribute> + </oaf_server> + <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponent" - type="exe" - location="@LIBEXECDIR@/evolution-executive-summary"> + type="factory" + location="OAFIID:GNOME_Evolution_Summary_ComponentFactory"> <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> @@ -18,21 +27,9 @@ </oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory" - type="exe" - location="@LIBEXECDIR@/evolution-executive-summary"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/GenericFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Factory for Evolution Summary's configuration control."/> - </oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControl" type="factory" - location="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"> + location="OAFIID:GNOME_Evolution_Summary_ComponentFactory"> <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> |