aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-03-30 20:52:33 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-03-30 20:52:33 +0800
commitb1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f (patch)
treebdee3876d1b3213bb2db0cb9e4824115787924f3 /embed
parent606e1b5132db448875d659e8817c3bbe942d1647 (diff)
downloadgsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar.gz
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar.bz2
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar.lz
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar.xz
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.tar.zst
gsoc2013-epiphany-b1a82315dfe5b3c1d8cfb5b33df0d013fc83a87f.zip
Documented EphyEmbedFactory
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-factory.c10
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 *