ref-manual: Added gsettings class.

(From yocto-docs rev: 7322722d67ea3c29f9ea62ee062344fd6d930e68)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-02 07:26:42 -06:00 committed by Richard Purdie
parent 927db7c6a1
commit e8b0fd068e
1 changed files with 14 additions and 0 deletions

View File

@ -705,6 +705,20 @@
</para>
</section>
<section id='ref-classes-gsettings'>
<title><filename>gsettings.bbclass</filename></title>
<para>
The GSettings (<filename>gsettings</filename>) class
provides common functionality for recipes that need to install
GSettings (glib) schemas.
The schemas are assumed to be part of the main package.
Appropriate post-installation and post-remove (postinst/postrm)
scriptlets are added to register and unregister the schemas in the
target image.
</para>
</section>
<section id='ref-classes-gtk-icon-cache'>
<title><filename>gtk-icon-cache.bbclass</filename></title>