X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi_event.c;h=07feaed43db3922a92507ceb96c4d7528e39a527;hb=5d01be6ec7d2cb2e662c695bd4c28c50ac3f2dab;hp=bbed8e371d604ad1684cd5d40ff1aafb99b95eca;hpb=02b26babf827c0e7a33c6e1c63b9bff0729d3224;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi_event.c b/cspi/spi_event.c index bbed8e3..07feaed 100644 --- a/cspi/spi_event.c +++ b/cspi/spi_event.c @@ -427,9 +427,9 @@ cspi_internal_event_get_rect (const InternalEvent *e) /** * AccessibleEvent_getSourceName: + * @e: an #AccessibleEvent to be queried. * * Get the 'accessible-name' of the object emitting the event. - * @event: an #AccessibleEvent to be queried. * * Returns: The name of the event source, or NULL if the event source cannot be identified * or does not report a name. @@ -451,9 +451,9 @@ char* AccessibleEvent_getSourceName (const AccessibleEvent *e) /** * AccessibleEvent_getSourceRole: + * @e: an #AccessibleEvent to be queried. * * Get the #AccessibleRole of the object emitting the event. - * @event: an #AccessibleEvent to be queried. * * Returns: #AccessibleRole of the event source, or SPI_ROLE_UNKNOWN * if the event source's role is unknown or unspecified. @@ -477,9 +477,9 @@ AccessibleRole AccessibleEvent_getSourceRole (const AccessibleEvent *e) /** * AccessibleEvent_getSourceApplication: + * @e: an #AccessibleEvent to be queried. * * Get the #Application hosting the object which emitted the event. - * @event: an #AccessibleEvent to be queried. * * Returns: A pointer to the host #Application contining the event source * component. @@ -500,13 +500,18 @@ AccessibleApplication* AccessibleEvent_getSourceApplication (const AccessibleEve } /** - * AccessibleEvent_getSourceApplication: + * AccessibleEvent_getSourceDetails: + * @e: an #AccessibleEvent to be queried. + * @name: a pointer to a character string which will point to the name of the event source + * on successful completion of the call. + * @role: a pointer to an #AccessibleRole which will point to the role of the event source + * on successful completion of the call. + * @app: A pointer to an #AccessibleApplication which points to the host application for this event + * on successful completion of the call. * * Get the host #Application, "accessible name", and #AccessibleRole * of the object which emitted the event. * - * @event: an #AccessibleEvent to be queried. - * * Returns: TRUE if the source details were successfully retrieved, * FALSE if they were not, either due to error, incomplete data, * or the fact that the event did not encapsulate the required data. @@ -774,6 +779,8 @@ AccessibleDescriptionChangedEvent_getDescriptionString (const AccessibleEvent *e * The returned structure should be freed with SPI_freeRect when * the caller has finished referencing it. * + * @Since: AT-SPI 1.6 + * * Returns: a pointer to an SPIRect defining the new object bounds. **/ SPIRect *