X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=xml%2Forg.freedesktop.atspi.Registry.xml;h=9abced17032ceb62987d28156ace86e22125d1cc;hb=36a4131a9cc9fc8d474058d2a9448bc9eac91f17;hp=416a4f0ff016effe56b304921042a4a3db17c3f7;hpb=1513644792b5fde44efe948bd8aaf88b2ed17775;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/xml/org.freedesktop.atspi.Registry.xml b/xml/org.freedesktop.atspi.Registry.xml index 416a4f0..9abced1 100644 --- a/xml/org.freedesktop.atspi.Registry.xml +++ b/xml/org.freedesktop.atspi.Registry.xml @@ -9,11 +9,11 @@ interact with those applications.

The Registry service provides four basic functions to Assistive Technology (AT) clients: -

    -
  1. It provides a list of the applications who have registered with the - AT-SPI framework, thereby announcing their participation in the AT-SPI framework.
  2. -
  3. It gives access to system device events via the associated DeviceEventController interface.
  4. -
+
    +
  1. It provides a list of the applications who have registered with the + AT-SPI framework, thereby announcing their participation in the AT-SPI framework.
  2. +
  3. It gives access to system device events via the associated DeviceEventController interface.
  4. +

From the point of view of accessible applications (i.e. AT-SPI service producers), @@ -33,15 +33,53 @@ illustrating the relationship between applications, Registry, and AT is shown at: http://developer.gnome.org/projects/gap/tech-docs/SPIBlockDiagram.png

+ - Gets all the currently registered applications. + Gets all the currently registered applications. - - A list of strings containing the D-Bus bus names of the applications. - + + A list of strings containing the D-Bus bus names of the applications. + + + + + Updates an AT about recently added or removed applications. + + + + Unique bus name of the application that has been removed or added. + The integer is an enumeration: + 0 : The application has been removed. + 1 : The application has been added. + + + + + + + Register a new application with the accessibility registry. + + + + D-Bus Bus name of the application that wishes to be made accessible. + + + + + + + De-register an application from accessibility registry. + + + + D-Bus Bus name of the application that wishes to be made accessible. + + + +