Commit aa3a593
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 1061676 commit aa3a593
2 files changed
+123
-105
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