From a3dcbd3ab5d172c2537932ef1e2968140139d176 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 23 Aug 2007 08:25:46 +0000 Subject: Add Port.GetDevice method Rename 'name' dict key to 'device --- serial/port.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'serial/port.h') diff --git a/serial/port.h b/serial/port.h index 27077925..c0b9073d 100644 --- a/serial/port.h +++ b/serial/port.h @@ -22,11 +22,11 @@ */ int port_add_listener(DBusConnection *conn, int16_t id, bdaddr_t *dst, - int fd, const char *name, const char *owner); + int fd, const char *dev, const char *owner); -int port_remove_listener(const char *owner, const char *name); +int port_remove_listener(const char *owner, const char *dev); int port_register(DBusConnection *conn, int16_t id, bdaddr_t *dst, - const char *name, char *ppath); + const char *dev, char *ppath); int port_unregister(const char *path); -- cgit