From a721957f20ec79b1a19537e5c43d3a12e4286c6c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 13 Feb 2009 18:51:57 -0300 Subject: Fix emitting duplicated PropertyChanged signals for device Name property. --- src/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.h') diff --git a/src/device.h b/src/device.h index c169c916..5c230b81 100644 --- a/src/device.h +++ b/src/device.h @@ -36,6 +36,7 @@ typedef enum { struct btd_device *device_create(DBusConnection *conn, struct btd_adapter *adapter, const gchar *address); +void device_set_name(struct btd_device *device, const char *name); void device_remove(struct btd_device *device, DBusConnection *conn, gboolean remove_stored); gint device_address_cmp(struct btd_device *device, const gchar *address); -- cgit