summaryrefslogtreecommitdiff
path: root/lib/bluetooth-utils.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-09-28 15:05:11 +0200
committerBastien Nocera <hadess@hadess.net>2012-11-12 12:53:59 +0100
commitce841d2166e3af9ae5f6a001c9f12e7ea7421e74 (patch)
tree56d318e467f16dda40c498f1404db2015d3c1556 /lib/bluetooth-utils.h
parent4984f3b9c3847eda0936bdd485f911f47bb911e1 (diff)
downloadgnome-bluetooth-ce841d2166e3af9ae5f6a001c9f12e7ea7421e74.tar.gz
lib: Remove ObexFTP browsing
https://bugzilla.gnome.org/show_bug.cgi?id=685038
Diffstat (limited to 'lib/bluetooth-utils.h')
-rw-r--r--lib/bluetooth-utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bluetooth-utils.h b/lib/bluetooth-utils.h
index 53c341b1..8920b4c0 100644
--- a/lib/bluetooth-utils.h
+++ b/lib/bluetooth-utils.h
@@ -35,14 +35,6 @@ const gchar *bluetooth_type_to_string (guint type);
gboolean bluetooth_verify_address (const char *bdaddr);
const char *bluetooth_uuid_to_string (const char *uuid);
-gboolean bluetooth_browse_address_finish (GObject *object,
- GAsyncResult *result,
- GError **error);
-void bluetooth_browse_address (GObject *object,
- const char *address,
- guint timestamp,
- GAsyncReadyCallback callback,
- gpointer user_data);
void bluetooth_send_to_address (const char *address,
const char *alias);