summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-16 16:06:57 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-16 16:15:24 +0100
commit7bfa1433a746d3f890dad564867a92f3d1af2008 (patch)
treeea919ab45ee60ae7cd6bbe66d7ee9a9e983b3db0
parent1d54e5186240dd4cc5721df801f35e8eaca8aa2d (diff)
downloadgnome-bluetooth-7bfa1433a746d3f890dad564867a92f3d1af2008.tar.gz
lib: Add annotation to private function
This annotation is needed to handle the "path" return variable.
-rw-r--r--lib/bluetooth-client.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 0bcdf3c3..1cfd30fb 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -1376,6 +1376,13 @@ device_pair_callback (GDBusProxy *proxy,
g_object_unref (simple);
}
+/**
+ * bluetooth_client_setup_device_finish:
+ * @client:
+ * @res:
+ * @path: (out):
+ * @error:
+ */
gboolean
bluetooth_client_setup_device_finish (BluetoothClient *client,
GAsyncResult *res,