Initial version of GResource
authorAlexander Larsson <alexl@redhat.com>
Wed, 21 Dec 2011 20:38:23 +0000 (21:38 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 13 Jan 2012 16:12:45 +0000 (17:12 +0100)
commitb87cf491630032de24c2c4ac680b6ea17613b2c8
tree28cc8be901b57fe25fe570e04482b7aa2faf7607
parentd85b722734a6fcfe94032f6113de9e5c190fd7c3
Initial version of GResource

GResource is a bundle of files combined into a single binary blog.
The API lets you access the files the resource contains by
using resource paths. You can also register resources with a
global list and access these globally in a merged resource namespace.

The normal way this is used is to link in the resources into your
application/library and have it be automatically registred.

Resources are compiled from an xml description using
glib-compile-resources.
gio/Makefile.am
gio/gio.h
gio/gioenums.h
gio/giotypes.h
gio/gresource.c [new file with mode: 0644]
gio/gresource.h [new file with mode: 0644]