summaryrefslogtreecommitdiff
path: root/atk/atkgobjectaccessible.c
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-11-11 07:28:00 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-11-11 07:28:00 +0000
commit41595ec1512f20da96a046a797182de24e8b6713 (patch)
tree1b4a6ab269a60ee8a505e8b99f66eb4ba80bceaf /atk/atkgobjectaccessible.c
parent12e1d4fc27f2d5e99f45ed2648e0ff42fe3c6ab3 (diff)
downloadatk-41595ec1512f20da96a046a797182de24e8b6713.tar.gz
Bug #560156. Fix parameter type description.
2008-11-11 Li Yuan <li.yuan@sun.com> * atk/atkgobjectaccessible.c: Bug #560156. Fix parameter type description. svn path=/trunk/; revision=1298
Diffstat (limited to 'atk/atkgobjectaccessible.c')
-rw-r--r--atk/atkgobjectaccessible.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkgobjectaccessible.c b/atk/atkgobjectaccessible.c
index a6c7270..ef27bb0 100644
--- a/atk/atkgobjectaccessible.c
+++ b/atk/atkgobjectaccessible.c
@@ -103,11 +103,11 @@ atk_gobject_accessible_for_object (GObject *obj)
/**
* atk_gobject_accessible_get_object:
- * @obj: a #AtkObject
+ * @obj: a #AtkGObjectAccessible
*
* Gets the GObject for which @obj is the accessible object.
*
- * Returns: a #GObject which is the object for which @obj is the accessible objedct
+ * Returns: a #GObject which is the object for which @obj is the accessible object
**/
GObject *
atk_gobject_accessible_get_object (AtkGObjectAccessible *obj)