[gnome-bluetooth] lib: Make bluetooth_client_get_connectable() private
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] lib: Make bluetooth_client_get_connectable() private
- Date: Fri, 6 Dec 2013 11:03:31 +0000 (UTC)
commit 92e313c232b64ea8ee5545ade1a569796748079a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 3 12:22:22 2013 +0100
lib: Make bluetooth_client_get_connectable() private
lib/bluetooth-client-private.h | 2 ++
lib/bluetooth-client.h | 2 --
lib/gnome-bluetooth.symbols | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/lib/bluetooth-client-private.h b/lib/bluetooth-client-private.h
index a3c1886..b7a9795 100644
--- a/lib/bluetooth-client-private.h
+++ b/lib/bluetooth-client-private.h
@@ -49,6 +49,8 @@ GDBusProxy *bluetooth_client_get_device (BluetoothClient *client,
void bluetooth_client_dump_device (GtkTreeModel *model,
GtkTreeIter *iter);
+gboolean bluetooth_client_get_connectable(const char **uuids);
+
G_END_DECLS
#endif /* __BLUETOOTH_CLIENT_PRIVATE_H */
diff --git a/lib/bluetooth-client.h b/lib/bluetooth-client.h
index 47108e2..ab4cfa2 100644
--- a/lib/bluetooth-client.h
+++ b/lib/bluetooth-client.h
@@ -82,8 +82,6 @@ gboolean bluetooth_client_connect_service_finish (BluetoothClient *client,
GAsyncResult *res,
GError **error);
-gboolean bluetooth_client_get_connectable(const char **uuids);
-
G_END_DECLS
#endif /* __BLUETOOTH_CLIENT_H */
diff --git a/lib/gnome-bluetooth.symbols b/lib/gnome-bluetooth.symbols
index 3f7fad6..d6c079b 100644
--- a/lib/gnome-bluetooth.symbols
+++ b/lib/gnome-bluetooth.symbols
@@ -26,7 +26,6 @@ bluetooth_client_get_adapter_model
bluetooth_client_get_device_model
bluetooth_client_connect_service
bluetooth_client_connect_service_finish
-bluetooth_client_get_connectable
bluetooth_client_set_trusted
bluetooth_client_get_device
bluetooth_class_to_type
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]