From e8b0fd068e62b5b2d2a6c8ff75d8f313f7a33986 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 07:26:42 -0600 Subject: [PATCH] ref-manual: Added gsettings class. (From yocto-docs rev: 7322722d67ea3c29f9ea62ee062344fd6d930e68) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ +
+ <filename>gsettings.bbclass</filename> + + + The GSettings (gsettings) 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. + +
+
<filename>gtk-icon-cache.bbclass</filename>