diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-24 14:52:41 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-24 08:35:27 -0600 |
commit | 1ddd81b0a14af9235ce0614be7748f7a1a38cb98 (patch) | |
tree | d27e9642d45c9f2420551e59838de7f7c0f79e89 /libraries | |
parent | 287be034175e4db084ddc287aa715747d30e5723 (diff) | |
download | slackbuilds-1ddd81b0a14af9235ce0614be7748f7a1a38cb98.tar.gz |
libraries/libvirt-glib: Add missing README.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libvirt-glib/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libvirt-glib/README b/libraries/libvirt-glib/README new file mode 100644 index 0000000000..1bce916313 --- /dev/null +++ b/libraries/libvirt-glib/README @@ -0,0 +1,8 @@ +libvirt-glib wraps libvirt to provide a high-level object-oriented +API better suited for glib-based applications, via three libraries: + + - libvirt-glib - GLib main loop integration & misc helper APIs + - libvirt-gconfig - GObjects for manipulating libvirt XML documents + - libvirt-gobject - GObjects for managing libvirt objects + +libvirt-glib is Free Software and licenced under LGPLv2+. |