From a6ce03c09f41379777bffaac0a3fd9149699ac80 Mon Sep 17 00:00:00 2001 From: Lucy Brophy Date: Mon, 21 May 2001 13:25:37 +0000 Subject: Updated gtk-doc comment blocks for Oisin Boydell --- atk/atkobjectfactory.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'atk/atkobjectfactory.c') 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 -- cgit v1.2.1