summaryrefslogtreecommitdiff
path: root/atk/atkobjectfactory.c
diff options
context:
space:
mode:
authorLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
committerLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
commita6ce03c09f41379777bffaac0a3fd9149699ac80 (patch)
treeaf7f57250c66db2dc0669115cd28fbc60a525068 /atk/atkobjectfactory.c
parentcb3f18261daac1fcdbc52a8291bc4139328f1a68 (diff)
downloadatk-a6ce03c09f41379777bffaac0a3fd9149699ac80.tar.gz
Updated gtk-doc comment blocks for Oisin Boydell
Diffstat (limited to 'atk/atkobjectfactory.c')
-rwxr-xr-xatk/atkobjectfactory.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/atk/atkobjectfactory.c b/atk/atkobjectfactory.c
index ecf6dcc..1193c78 100755
--- a/atk/atkobjectfactory.c
+++ b/atk/atkobjectfactory.c
@@ -57,16 +57,16 @@ atk_object_factory_class_init (AtkObjectFactoryClass *klass)
}
/**
- *atk_object_factory_create_accessible:
- *@factory: The #AtkObjectFactory associated with @obj's
- *object type
- *@obj: a #GObject
+ * atk_object_factory_create_accessible:
+ * @factory: The #AtkObjectFactory associated with @obj's
+ * object type
+ * @obj: a #GObject
*
- *Provides a #AtkObject that implements an accessability interface
- *on behalf of @obj
+ * Provides an #AtkObject that implements an accessability interface
+ * on behalf of @obj
*
- *Returns: an #AtkObject that implements an accessability interface
- *on behalf of @obj
+ * Returns: an #AtkObject that implements an accessability interface
+ * on behalf of @obj
**/
AtkObject*
atk_object_factory_create_accessible (AtkObjectFactory *factory,
@@ -90,13 +90,13 @@ atk_object_factory_create_accessible (AtkObjectFactory *factory,
}
/**
- *atk_object_factory_invalidate:
- *@factory: an #AtkObjectFactory
+ * atk_object_factory_invalidate:
+ * @factory: an #AtkObjectFactory to invalidate
*
- *Inform @factory that it is no longer being used to create
+ * Inform @factory that it is no longer being used to create
* accessables. When called, @factory may need to inform
- * #AtkObject's which it has created that they need to be re-instantiated.
- * Note: primarily used for runtime replacement of #AtkObjectFactory's
+ * #AtkObjects which it has created that they need to be re-instantiated.
+ * Note: primarily used for runtime replacement of #AtkObjectFactorys
* in object registries.
**/
void