~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to lib/bluetooth-client-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (2.2.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-dnnoqasv5v3mv42a
Tags: upstream-2.91.5
ImportĀ upstreamĀ versionĀ 2.91.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
gboolean bluetooth_client_start_discovery(BluetoothClient *client);
39
39
gboolean bluetooth_client_stop_discovery(BluetoothClient *client);
40
40
gboolean bluetooth_client_set_discoverable (BluetoothClient *client,
41
 
                                            gboolean discoverable);
 
41
                                            gboolean discoverable,
 
42
                                            guint timeout);
42
43
 
43
44
typedef void (*BluetoothClientCreateDeviceFunc) (BluetoothClient *client,
44
45
                                                 const char *path,