gio.Resource

Undocumented in source.

Public Imports

gio.c.types
public import gio.c.types;
gtkc.giotypes
public import gtkc.giotypes;

Members

Classes

Resource
class Resource

Applications and libraries often contain binary or textual data that is really part of the application, rather than user data. For instance gtk.Builder .ui files, splashscreen images, GMenu markup XML, CSS files, icons, etc. These are often shipped as files in $datadir/appname, or manually included as literal strings in the code.