summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 07:26:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:32 +0000
commit8d1637d95b7c6e06ac8398cc11d4ed2580a175e7 (patch)
tree72ffed819157d1751b595fa446f2618350dddccd /documentation
parent28a6b529c0a326f79bd5cbf1234c26820da870d6 (diff)
downloadpoky-8d1637d95b7c6e06ac8398cc11d4ed2580a175e7.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 37d0b15586..9cb742fc7b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -705,6 +705,20 @@
705 </para> 705 </para>
706</section> 706</section>
707 707
708<section id='ref-classes-gsettings'>
709 <title><filename>gsettings.bbclass</filename></title>
710
711 <para>
712 The GSettings (<filename>gsettings</filename>) class
713 provides common functionality for recipes that need to install
714 GSettings (glib) schemas.
715 The schemas are assumed to be part of the main package.
716 Appropriate post-installation and post-remove (postinst/postrm)
717 scriptlets are added to register and unregister the schemas in the
718 target image.
719 </para>
720</section>
721
708<section id='ref-classes-gtk-icon-cache'> 722<section id='ref-classes-gtk-icon-cache'>
709 <title><filename>gtk-icon-cache.bbclass</filename></title> 723 <title><filename>gtk-icon-cache.bbclass</filename></title>
710 724