summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-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