Commit 9468b3c
committed
Migrate all the D-Bus calls to GDBus.
Given that the python-dbus interface only receives fixes and is considered by
its author and maintainer as un-pythonic and is not recommended by him, it seems
more logical to use another, more recommendable interface.
As gatt-python already makes use of PyGI and GLib, it makes sense to use GDBus which
comes as a part of GLib.
This also effectively removes the python-dbus dependency.1 parent 52b0bcc commit 9468b3c
2 files changed
+115
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments