diff options
author | Mike Engber <engber@src.gnome.org> | 2001-02-05 23:30:44 +0000 |
---|---|---|
committer | Mike Engber <engber@src.gnome.org> | 2001-02-05 23:30:44 +0000 |
commit | a233c683833c102d59def32f9af346bde56e352f (patch) | |
tree | 515455b7b274481fdccb81cd4c51fe160c6c140c /src/Nautilus_shell.server.in | |
parent | e115f75c63d73e5a168e2314eb09b5700d684e44 (diff) | |
download | nautilus-a233c683833c102d59def32f9af346bde56e352f.tar.gz |
Add the MetafileFactory to the main object factory.
* libnautilus-extensions/nautilus-metafile-factory.c:
(nautilus_metafile_factory_new), (free_factory_instance),
(nautilus_metafile_factory_get_instance):
* libnautilus-extensions/nautilus-metafile-factory.h:
* src/Nautilus_shell.oaf.in:
* src/nautilus-application.c: (manufactures), (create_object),
(nautilus_application_startup):
* src/nautilus-application.h:
Add the MetafileFactory to the main object factory.
Diffstat (limited to 'src/Nautilus_shell.server.in')
-rw-r--r-- | src/Nautilus_shell.server.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Nautilus_shell.server.in b/src/Nautilus_shell.server.in index 725fbe48b..14ce9bd44 100644 --- a/src/Nautilus_shell.server.in +++ b/src/Nautilus_shell.server.in @@ -82,4 +82,13 @@ <oaf_attribute name="description" type="string" _value="Nautilus shell operations that can be done from subsequent command-line invocations"/> </oaf_server> +<oaf_server iid="OAFIID:nautilus_metafile_factory:bc318c01-4106-4622-8d6c-b419ec89e4c6" type="factory" location="OAFIID:nautilus_factory:bd1e1862-92d7-4391-963e-37583f0daef3"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Unknown:1.0"/> + <item value="IDL:Nautilus/MetafileFactory:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" _value="Nautilus metafile factory"/> + <oaf_attribute name="description" type="string" _value="Produces metafile objects for accessing Nautilus metadata"/> +</oaf_server> + </oaf_info> |