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

« back to all changes in this revision

Viewing changes to lib/bluetooth-client.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:
70
70
                DBusGProxy *adapter, GtkTreeModelFilterVisibleFunc func,
71
71
                                gpointer data, GDestroyNotify destroy);
72
72
 
 
73
gboolean bluetooth_client_get_discoverable (BluetoothClient *client);
 
74
 
73
75
const gchar *bluetooth_type_to_string(guint type);
74
76
gboolean bluetooth_verify_address (const char *bdaddr);
75
77
const char *bluetooth_uuid_to_string (const char *uuid);