X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi-registry.c;h=d6f94692332a6c99f03e8d0f5ed28260b42c920e;hb=75187cc94ab85bfb82618ed32917c3097df77841;hp=d920cf00d95c043cdb7fc06c158a223522046265;hpb=8ea015764f1509bf78b64065072a3de0d9a8abbe;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi-registry.c b/cspi/spi-registry.c index d920cf0..d6f9469 100644 --- a/cspi/spi-registry.c +++ b/cspi/spi-registry.c @@ -210,7 +210,7 @@ SPI_registerAccessibleKeystrokeListener (AccessibleKeystrokeListener *listener, (dbus_bool_t) ((sync_type & SPI_KEYLISTENER_ALL_WINDOWS)!=0); dbus_error_init (&error); - dbind_method_call_reentrant (SPI_bus(), spi_bus_registry, spi_path_dec, spi_interface_dec, "registerKeystrokeListener", &error, "oa(iisi)uu(bbb)=>b", path, key_set, controller_event_mask, key_set, &listener_mode, &retval); + dbind_method_call_reentrant (SPI_bus(), spi_bus_registry, spi_path_dec, spi_interface_dec, "registerKeystrokeListener", &error, "oa(iisi)uu(bbb)=>b", path, key_set, controller_event_mask, key_events, &listener_mode, &retval); g_array_free (key_set, TRUE); g_free (path); @@ -418,5 +418,5 @@ SPI_generateMouseEvent (long x, long y, char *name) char * cspi_device_listener_get_path (CSpiDeviceListener *listener) { - return g_strdup_printf ("/org/freedesktop/atspi/listeners/%d", listener->id); + return g_strdup_printf ("/org/a11y/atspi/listeners/%d", listener->id); }