atk r1298 - in trunk: . atk



Author: liyuan
Date: Tue Nov 11 07:28:00 2008
New Revision: 1298
URL: http://svn.gnome.org/viewvc/atk?rev=1298&view=rev

Log:
2008-11-11  Li Yuan  <li yuan sun com>

        * atk/atkgobjectaccessible.c:
        Bug #560156. Fix parameter type description.


Modified:
   trunk/ChangeLog
   trunk/atk/atkgobjectaccessible.c

Modified: trunk/atk/atkgobjectaccessible.c
==============================================================================
--- trunk/atk/atkgobjectaccessible.c	(original)
+++ trunk/atk/atkgobjectaccessible.c	Tue Nov 11 07:28:00 2008
@@ -103,11 +103,11 @@
 
 /**
  * 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]