Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate all the D-Bus calls to GDBus. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 2, 2018

  1. 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.
    tommie-lie committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    aa3a593 View commit details
    Browse the repository at this point in the history