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
See [snapcraft.io](https://snapcraft.io) for more information.
## Reporting bugs
If you have found an issue with the application, please [file a bug](https://bugs.launchpad.net/snapd-glib/+filebug) on the [bugs list on Launchpad](https://bugs.launchpad.net/snapd-glib/).
|