gvdb 0.4.0

Read and write GLib GVariant database files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
<gresources>
  <gresource prefix="/gvdb/rs/test">
    <file alias="online-symbolic.svg">icons/scalable/actions/online-symbolic.svg</file>
    <file compressed="yes">icons/scalable/actions/send-symbolic.svg</file>
  </gresource>
  <gresource prefix="/gvdb/rs/test/json">
    <file preprocess="json-stripblanks" alias="test.json">json/test.json</file>
  </gresource>
  <gresource prefix="/gvdb/rs/test">
    <file compressed="yes">test.css</file>
  </gresource>
</gresources>