ref-manual: Added gsettings class.

(From yocto-docs rev: 66bfbee13191aef7171ad2fe570bd40ce2bd0f97)

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 28a6b529c0
commit 8d1637d95b
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>