diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-factory.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/embed/ephy-embed-factory.c b/embed/ephy-embed-factory.c index e753f4827..5a81004f0 100644 --- a/embed/ephy-embed-factory.c +++ b/embed/ephy-embed-factory.c @@ -65,14 +65,8 @@ type_from_id (const char *object_id) * ephy_embed_factory_new_object: * @object_id: identifier of the object to create * - * Create an instance of the object identified by - * object_id string. Valid ids are EphyEmbed, EphyEmbedPersist, - * EphyEmbedSingle. - * We use a factory instead of creating instances directly - * to keep the embed implementation abstract. All the embed - * objects should be based on an interface and created by - * this factory. - * + * Create an instance of the object identified by @object_id. + * * Return value: the object instance **/ GObject * |