Method
AtkObjectFactorycreate_accessible
Declaration [src]
AtkObject*
atk_object_factory_create_accessible (
AtkObjectFactory* factory,
GObject* obj
)
Description [src]
Provides an AtkObject
that implements an accessibility interface
on behalf of obj
.
Parameters
obj |
GObject |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | AtkObject |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |