summaryrefslogtreecommitdiff
path: root/lib/bluetooth-client-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-client-private.h')
-rw-r--r--lib/bluetooth-client-private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/bluetooth-client-private.h b/lib/bluetooth-client-private.h
index 5c0ea754..63f292e9 100644
--- a/lib/bluetooth-client-private.h
+++ b/lib/bluetooth-client-private.h
@@ -36,7 +36,10 @@ DBusGProxy *bluetooth_client_get_default_adapter(BluetoothClient *client);
gboolean bluetooth_client_start_discovery(BluetoothClient *client);
gboolean bluetooth_client_stop_discovery(BluetoothClient *client);
-typedef void (*BluetoothClientCreateDeviceFunc) (BluetoothClient *client, const char *path, gpointer data);
+typedef void (*BluetoothClientCreateDeviceFunc) (BluetoothClient *client,
+ const char *path,
+ const GError *error,
+ gpointer data);
gboolean bluetooth_client_create_device(BluetoothClient *client,
const char *address, const char *agent,