summaryrefslogtreecommitdiffstats
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:54:21 +0000
commite8b0fd068e62b5b2d2a6c8ff75d8f313f7a33986 (patch)
treeb99bcfe8a4769ec52dcb6663c249c266ccba299e
parent927db7c6a11d4073157776559f643984866a950e (diff)
downloadpoky-e8b0fd068e62b5b2d2a6c8ff75d8f313f7a33986.tar.gz
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>
-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