GNOME Bugzilla – Bug 560156
Inconsistency in argument type of atk_gobject_accessible_for_object
Last modified: 2008-11-11 07:30:26 UTC
Signature of function (according to the documentation and header file): GObject* atk_gobject_accessible_get_object (AtkGObjectAccessible *obj); But documentation describe parameter 'object' as: obj: a AtkObject It seems, that the description should be obj: a AtkGObjectAccessible
Created attachment 122392 [details] [review] patch
2008-11-11 Li Yuan <li.yuan@sun.com> * atk/atkgobjectaccessible.c: Bug #560156. Fix parameter type description.