Support for binding via GObject Introspection + PyGObject (+ new GMS service)
Two amendments:
- See #29 (closed)
- Added GMS service
Possible addition to README about building with gobject-introspection support:
- Install gobject-introspection, libgirepository1.0-dev, autoconf-archive
- Configure, make, install autoreconf -f -i ./configure --prefix=/usr --disable-static --enable-introspection=yes --disable-Werror && make make check make install
- Check if libqmi-glib.typelib was created under /usr/lib/girepository-1.0/
- Try sample script testMinimal.py