X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2Finterfaces.py;h=0883fb930b0493d1ce3cb4efb69db0600803c597;hb=1acf082d6062c7d9042ded6ba0b7c957341913f5;hp=2fad9ecc896101a556b2e8b12b2b85f23ffde34c;hpb=90b6e52a7695cb9fbb01e1cdcef01f5a544d2651;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/interfaces.py b/pyatspi/interfaces.py index 2fad9ec..0883fb9 100644 --- a/pyatspi/interfaces.py +++ b/pyatspi/interfaces.py @@ -30,3 +30,11 @@ ATSPI_STREAMABLE_CONTENT = 'org.freedesktop.atspi.Content' ATSPI_TABLE = 'org.freedesktop.atspi.Table' ATSPI_TEXT = 'org.freedesktop.atspi.Text' ATSPI_VALUE = 'org.freedesktop.atspi.Value' + +ATSPI_REGISTRY_INTERFACE = 'org.freedesktop.atspi.Registry' +ATSPI_REGISTRY_PATH = '/org/freedesktop/atspi/registry' +ATSPI_REGISTRY_NAME = 'org.freedesktop.atspi.Registry' + +ATSPI_DEVICE_EVENT_CONTROLLER_INTERFACE = 'org.freedesktop.atspi.DeviceEventController' +ATSPI_DEVICE_EVENT_CONTROLLER_PATH = '/org/freedesktop/atspi/registry/deviceeventcontroller' +ATSPI_DEVICE_EVENT_LISTENER_INTERFACE = 'org.freedesktop.atspi.DeviceEventListener'