[gnome-bluetooth/gnome-3-10] lib: Use BluetoothType instead of guint
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/gnome-3-10] lib: Use BluetoothType instead of guint
- Date: Mon, 25 Nov 2013 17:24:34 +0000 (UTC)
commit 627b06afddf130310396d7ecf1e5d901857c31d3
Author: Bastien Nocera <hadess hadess net>
Date: Mon Nov 25 15:31:25 2013 +0100
lib: Use BluetoothType instead of guint
lib/bluetooth-client.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index b536b01..002b2fb 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -333,7 +333,7 @@ device_added (ObjectManager *manager,
char **uuids;
gboolean paired, trusted, connected;
int legacypairing;
- guint type;
+ BluetoothType type;
GtkTreeIter iter, parent;
device = device1_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
@@ -1607,7 +1607,7 @@ bluetooth_client_dump_device (GtkTreeModel *model,
char *address, *alias, *name, *icon, **uuids;
gboolean is_default, paired, trusted, connected, discoverable, discovering, powered, is_adapter;
GtkTreeIter parent;
- guint type;
+ BluetoothType type;
gtk_tree_model_get (model, iter,
BLUETOOTH_COLUMN_ADDRESS, &address,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]