summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-02-13 18:51:57 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-02-13 18:51:57 -0300
commita721957f20ec79b1a19537e5c43d3a12e4286c6c (patch)
tree1dffb8894bde0f0829276e202b9dca3ff9504fcb /src/device.h
parentb5e64e37e108d782ad9496873fcdc579e5a4dc60 (diff)
Fix emitting duplicated PropertyChanged signals for device Name property.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
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);