summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2009-11-07 17:46:26 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2009-11-07 17:46:26 +0000
commit23b7cb9bd63b1a9c93b07a4451decdd7e14bf96d (patch)
tree8d40a234cd323c76fcdcc3451f331a042c906212 /registryd/deviceeventcontroller.h
parent2ac0b99a4a50312190c953c75981d58c331af3dd (diff)
downloadat-spi2-core-23b7cb9bd63b1a9c93b07a4451decdd7e14bf96d.tar.gz
Remove the dbind and droute libraries.
DBind and DRoute are now only used by at-spi2-atk so have become static libraries.
Diffstat (limited to 'registryd/deviceeventcontroller.h')
-rw-r--r--registryd/deviceeventcontroller.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/registryd/deviceeventcontroller.h b/registryd/deviceeventcontroller.h
index e36c193a..0e7c129f 100644
--- a/registryd/deviceeventcontroller.h
+++ b/registryd/deviceeventcontroller.h
@@ -26,7 +26,7 @@
#include <X11/Xlib.h>
#include <gdk/gdk.h>
-#include <droute/droute.h>
+#include <dbus/dbus.h>
typedef struct _SpiDEController SpiDEController;
@@ -57,15 +57,14 @@ typedef struct {
GType spi_device_event_controller_get_type (void);
SpiDEController *spi_device_event_controller_new (SpiRegistry *registry,
- DBusConnection *bus,
- DRouteContext *droute);
+ DBusConnection *bus);
void spi_device_event_controller_start_poll_mouse (SpiRegistry *registry);
void spi_device_event_controller_stop_poll_mouse (void);
void spi_remove_device_listeners (SpiDEController *controller, const char *bus_name);
-SpiDEController *spi_registry_dec_new (SpiRegistry *reg, DBusConnection *bus, DRouteContext *droute);
+SpiDEController *spi_registry_dec_new (SpiRegistry *reg, DBusConnection *bus);
G_END_DECLS
#endif /* DEVICEEVENTCONTROLLER_H_ */