1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
## snapd-glib
snapd-glib is a library to allow GLib based applications access to snapd, the daemon that controls Snaps.
A snapd-qt library is provided that wraps snapd-glib for Qt based applications.
The following languages / platforms are supported:
* C
* C++
* Vala
* Python (using GObject introspection)
* Javacript (using GObject introspection)
* Qt
* QML
Documentation is available [online](https://canonical.github.io/snapd-glib/). See [snapcraft.io](https://snapcraft.io) for more information on snapd.
## Reporting bugs
If you have found an issue with the application, please [file an issue](https://github.com/canonical/snapd-glib/issues/new) on the [issues list on GitHub](https://github.com/snapcore/snapd-glib/issues).
|