summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@boston.site>2008-06-12 11:59:46 -0400
committerMike Gorse <mgorse@boston.site>2008-06-12 11:59:46 -0400
commit8c5e5134f794c6e25c4a046698a5522f5a24e0ca (patch)
treebb8186dfbfc6e1c3474bcccbef65f52935be13d9 /registryd/deviceeventcontroller.h
parent866ec1781b7647669dc85e6264164c78e8f80c51 (diff)
downloadat-spi2-core-8c5e5134f794c6e25c4a046698a5522f5a24e0ca.tar.gz
Add watches for disconnected applications and clients; fix related issues
path -> bus_name in some variables
Diffstat (limited to 'registryd/deviceeventcontroller.h')
-rw-r--r--registryd/deviceeventcontroller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/registryd/deviceeventcontroller.h b/registryd/deviceeventcontroller.h
index 3fa5c8e0..df8288b9 100644
--- a/registryd/deviceeventcontroller.h
+++ b/registryd/deviceeventcontroller.h
@@ -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_ */