Add watches for disconnected applications and clients; fix related issues
[platform/core/uifw/at-spi2-atk.git] / registryd / deviceeventcontroller.h
index 3fa5c8e..df8288b 100644 (file)
@@ -57,6 +57,8 @@ typedef struct {
 GType            spi_device_event_controller_get_type (void);
 SpiDEController *spi_device_event_controller_new      (SpiRegistry *registry);
 
+void spi_remove_device_listeners (SpiDEController *controller, const char *bus_name);
+
 G_END_DECLS
 
 #endif /* DEVICEEVENTCONTROLLER_H_ */