[gnome-bluetooth] applet: Remove ObexFTP browsing



commit 0f39400ce66c7659a75d78d10bbdba0fc0f7271c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 28 15:04:22 2012 +0200

    applet: Remove ObexFTP browsing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685038

 applet/bluetooth-applet.c |   46 ---------------------------------------------
 applet/bluetooth-applet.h |    8 -------
 2 files changed, 0 insertions(+), 54 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index 9703842..3db3701 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -109,52 +109,6 @@ enum {
 static guint signals[SIGNAL_LAST];
 
 /**
- * bluetooth_applet_browse_address_finish:
- * @applet: a #BluetoothApplet
- * @result: the #GAsyncResult from the callback
- * @error: a #GError
- *
- * Returns: %TRUE if the operation was successful, %FALSE if error is set
- */
-gboolean
-bluetooth_applet_browse_address_finish (BluetoothApplet *applet,
-					GAsyncResult *result,
-					GError **error)
-{
-	g_return_val_if_fail (BLUETOOTH_IS_APPLET (applet), FALSE);
-
-	return bluetooth_browse_address_finish (G_OBJECT (applet), result, error);
-}
-
-/**
- * bluetooth_applet_browse_address:
- * @applet: a #BluetoothApplet
- * @address: the bluetooth device to browse
- * @timestamp: a timestamp to prevent focus stealing
- * @callback: (scope async): the completion callback
- * @user_data: the data to pass to callback function
- *
- * Opens a Bluetooth device in Nautilus.
- *
- * Ideally the timestamp is taken from the event triggering the call to this function.
- * If timestamp is not known you can take #GDK_CURRENT_TIME.
- */
-void bluetooth_applet_browse_address (BluetoothApplet *applet,
-				      const char *address,
-				      guint timestamp,
-				      GAsyncReadyCallback callback,
-				      gpointer user_data)
-{
-	g_return_if_fail (BLUETOOTH_IS_APPLET (applet));
-
-	bluetooth_browse_address (G_OBJECT (applet),
-				  address,
-				  timestamp,
-				  callback,
-				  user_data);
-}
-
-/**
  * bluetooth_applet_send_to_address:
  * @applet: a #BluetoothApplet
  * @address: the target
diff --git a/applet/bluetooth-applet.h b/applet/bluetooth-applet.h
index 267d8a2..f7c44df 100644
--- a/applet/bluetooth-applet.h
+++ b/applet/bluetooth-applet.h
@@ -105,14 +105,6 @@ gboolean bluetooth_applet_disconnect_device (BluetoothApplet *applet,
 					      BluetoothAppletConnectFunc func,
 					      gpointer data);
 
-gboolean bluetooth_applet_browse_address_finish (BluetoothApplet *applet,
-						 GAsyncResult *result,
-						 GError **error);
-void bluetooth_applet_browse_address (BluetoothApplet *applet,
-				      const char *address,
-				      guint timestamp,
-				      GAsyncReadyCallback callback,
-				      gpointer user_data);
 void bluetooth_applet_send_to_address (BluetoothApplet *applet,
 				       const char *address,
 				       const char *alias);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]