Method
AtspiImageget_image_size
Declaration [src]
AtspiPoint*
atspi_image_get_image_size (
AtspiImage* obj
GError** error
)
Description [src]
Gets the size of the image displayed in a specified AtspiImage
object.
The returned values are meaningful only if the Image has both
STATE_VISIBLE and STATE_SHOWING.
Return value
Returns: | AtspiPoint |
A pointer to an |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |