diff options
Diffstat (limited to 'bluez-client.h')
-rw-r--r-- | bluez-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez-client.h b/bluez-client.h index 2ff50e6..64ee9ad 100644 --- a/bluez-client.h +++ b/bluez-client.h @@ -57,7 +57,7 @@ typedef struct tagBluez_RegisterCallback { void (*device_added)(struct bt_device *device); void (*device_removed)(const gchar *path); - void (*device_propertyies_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value); + void (*device_properties_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value); }Bluez_RegisterCallback_t; /* --- PUBLIC FUNCTIONS --- */ |