| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | /*
 | 
					
						
							|  |  |  |  |  * Copyright © 2010 Codethink Limited | 
					
						
							| 
									
										
										
										
											2011-11-15 08:00:16 +00:00
										 |  |  |  |  * Copyright © 2011 Canonical Limited | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2022-05-18 09:12:45 +01:00
										 |  |  |  |  * SPDX-License-Identifier: LGPL-2.1-or-later | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |  * This library is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  |  * modify it under the terms of the GNU Lesser General Public | 
					
						
							|  |  |  |  |  * License as published by the Free Software Foundation; either | 
					
						
							| 
									
										
										
										
											2017-05-27 18:21:30 +02:00
										 |  |  |  |  * version 2.1 of the License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * This library is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  |  * Lesser General Public License for more details. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * You should have received a copy of the GNU Lesser General Public | 
					
						
							| 
									
										
										
										
											2014-01-23 12:58:29 +01:00
										 |  |  |  |  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #include "config.h"
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-04 23:42:15 +00:00
										 |  |  |  | #include "glib-private.h"
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:41:01 +01:00
										 |  |  |  | #include "gsettingsschema-internal.h"
 | 
					
						
							| 
									
										
										
										
											2011-10-16 21:24:45 -04:00
										 |  |  |  | #include "gsettings.h"
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | #include "gvdb/gvdb-reader.h"
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | #include "strinfo.c"
 | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #include <glibintl.h>
 | 
					
						
							| 
									
										
										
										
											2011-11-18 09:41:07 +00:00
										 |  |  |  | #include <locale.h>
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | #include <string.h>
 | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  | #include <stdlib.h>
 | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-07 19:14:46 -06:00
										 |  |  |  | #ifdef HAVE_XLOCALE_H
 | 
					
						
							|  |  |  |  | /* Needed on macOS and FreeBSD for uselocale() */ | 
					
						
							|  |  |  |  | #include <xlocale.h>
 | 
					
						
							|  |  |  |  | #endif
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * GSettingsSchema: | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * The [struct@Gio.SettingsSchemaSource] and `GSettingsSchema` APIs provide a | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * mechanism for advanced control over the loading of schemas and a | 
					
						
							|  |  |  |  |  * mechanism for introspecting their content. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * Plugin loading systems that wish to provide plugins a way to access | 
					
						
							|  |  |  |  |  * settings face the problem of how to make the schemas for these | 
					
						
							|  |  |  |  |  * settings visible to GSettings.  Typically, a plugin will want to ship | 
					
						
							|  |  |  |  |  * the schema along with itself and it won't be installed into the | 
					
						
							|  |  |  |  |  * standard system directories for schemas. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * [struct@Gio.SettingsSchemaSource] provides a mechanism for dealing with this | 
					
						
							|  |  |  |  |  * by allowing the creation of a new ‘schema source’ from which schemas can | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * be acquired.  This schema source can then become part of the metadata | 
					
						
							|  |  |  |  |  * associated with the plugin and queried whenever the plugin requires | 
					
						
							|  |  |  |  |  * access to some settings. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Consider the following example: | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * ```c | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * typedef struct | 
					
						
							|  |  |  |  |  * { | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *    … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  *    GSettingsSchemaSource *schema_source; | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *    … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * } Plugin; | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Plugin * | 
					
						
							|  |  |  |  |  * initialise_plugin (const gchar *dir) | 
					
						
							|  |  |  |  |  * { | 
					
						
							|  |  |  |  |  *   Plugin *plugin; | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *   … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  *   plugin->schema_source = | 
					
						
							| 
									
										
										
										
											2017-10-11 13:09:15 +01:00
										 |  |  |  |  *     g_settings_schema_source_new_from_directory (dir, | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  *       g_settings_schema_source_get_default (), FALSE, NULL); | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *   … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  *   return plugin; | 
					
						
							|  |  |  |  |  * } | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * GSettings * | 
					
						
							|  |  |  |  |  * plugin_get_settings (Plugin      *plugin, | 
					
						
							|  |  |  |  |  *                      const gchar *schema_id) | 
					
						
							|  |  |  |  |  * { | 
					
						
							|  |  |  |  |  *   GSettingsSchema *schema; | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  *   if (schema_id == NULL) | 
					
						
							|  |  |  |  |  *     schema_id = plugin->identifier; | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  *   schema = g_settings_schema_source_lookup (plugin->schema_source, | 
					
						
							|  |  |  |  |  *                                             schema_id, FALSE); | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  *   if (schema == NULL) | 
					
						
							|  |  |  |  |  *     { | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *       … disable the plugin or abort, etc … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  *     } | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  *   return g_settings_new_full (schema, NULL, NULL); | 
					
						
							|  |  |  |  |  * } | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * ``` | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * The code above shows how hooks should be added to the code that | 
					
						
							|  |  |  |  |  * initialises (or enables) the plugin to create the schema source and | 
					
						
							|  |  |  |  |  * how an API can be added to the plugin system to provide a convenient | 
					
						
							|  |  |  |  |  * way for the plugin to access its settings, using the schemas that it | 
					
						
							|  |  |  |  |  * ships. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * From the standpoint of the plugin, it would need to ensure that it | 
					
						
							|  |  |  |  |  * ships a gschemas.compiled file as part of itself, and then simply do | 
					
						
							|  |  |  |  |  * the following: | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * ```c | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * { | 
					
						
							|  |  |  |  |  *   GSettings *settings; | 
					
						
							|  |  |  |  |  *   gint some_value; | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  *   settings = plugin_get_settings (self, NULL); | 
					
						
							|  |  |  |  |  *   some_value = g_settings_get_int (settings, "some-value"); | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  *   … | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * } | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * ``` | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * It's also possible that the plugin system expects the schema source | 
					
						
							| 
									
										
										
										
											2023-11-02 16:22:47 +00:00
										 |  |  |  |  * files (ie: `.gschema.xml` files) instead of a `gschemas.compiled` file. | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  * In that case, the plugin loading system must compile the schemas for | 
					
						
							|  |  |  |  |  * itself before attempting to create the settings source. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * Since: 2.32 | 
					
						
							| 
									
										
										
										
											2011-11-17 14:02:39 +00:00
										 |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-05 16:20:43 +01:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * GSettingsSchemaKey: | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * #GSettingsSchemaKey is an opaque data structure and can only be accessed | 
					
						
							|  |  |  |  |  * using the following functions. | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  | struct _GSettingsSchema | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2013-10-26 18:50:39 -04:00
										 |  |  |  |   GSettingsSchemaSource *source; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |   const gchar *gettext_domain; | 
					
						
							|  |  |  |  |   const gchar *path; | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  |   GQuark *items; | 
					
						
							|  |  |  |  |   gint n_items; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |   GvdbTable *table; | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |   gchar *id; | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |   GSettingsSchema *extends; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   gint ref_count; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * G_TYPE_SETTINGS_SCHEMA_SOURCE: | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * A boxed #GType corresponding to #GSettingsSchemaSource. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 12:28:28 +00:00
										 |  |  |  | G_DEFINE_BOXED_TYPE (GSettingsSchemaSource, g_settings_schema_source, g_settings_schema_source_ref, g_settings_schema_source_unref) | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * G_TYPE_SETTINGS_SCHEMA: | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * A boxed #GType corresponding to #GSettingsSchema. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 12:28:28 +00:00
										 |  |  |  | G_DEFINE_BOXED_TYPE (GSettingsSchema, g_settings_schema, g_settings_schema_ref, g_settings_schema_unref) | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * GSettingsSchemaSource: | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This is an opaque structure type.  You may not access it directly. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 07:24:48 +00:00
										 |  |  |  | struct _GSettingsSchemaSource | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSettingsSchemaSource *parent; | 
					
						
							| 
									
										
										
										
											2013-10-26 18:49:58 -04:00
										 |  |  |  |   gchar *directory; | 
					
						
							| 
									
										
										
										
											2011-11-15 07:24:48 +00:00
										 |  |  |  |   GvdbTable *table; | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |   GHashTable **text_tables; | 
					
						
							| 
									
										
										
										
											2011-11-15 07:31:20 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   gint ref_count; | 
					
						
							| 
									
										
										
										
											2011-11-15 07:24:48 +00:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static GSettingsSchemaSource *schema_sources; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_ref: | 
					
						
							|  |  |  |  |  * @source: a #GSettingsSchemaSource | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Increase the reference count of @source, returning a new reference. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (transfer full) (not nullable): a new reference to @source | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 07:31:20 +00:00
										 |  |  |  | GSettingsSchemaSource * | 
					
						
							|  |  |  |  | g_settings_schema_source_ref (GSettingsSchemaSource *source) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_atomic_int_inc (&source->ref_count); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return source; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_unref: | 
					
						
							|  |  |  |  |  * @source: a #GSettingsSchemaSource | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Decrease the reference count of @source, possibly freeing it. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 07:31:20 +00:00
										 |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_source_unref (GSettingsSchemaSource *source) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (g_atomic_int_dec_and_test (&source->ref_count)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       if (source == schema_sources) | 
					
						
							|  |  |  |  |         g_error ("g_settings_schema_source_unref() called too many times on the default schema source"); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-16 10:38:04 +00:00
										 |  |  |  |       if (source->parent) | 
					
						
							|  |  |  |  |         g_settings_schema_source_unref (source->parent); | 
					
						
							| 
									
										
										
										
											2018-08-01 14:32:15 +01:00
										 |  |  |  |       gvdb_table_free (source->table); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:49:58 -04:00
										 |  |  |  |       g_free (source->directory); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:31:20 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |       if (source->text_tables) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           g_hash_table_unref (source->text_tables[0]); | 
					
						
							|  |  |  |  |           g_hash_table_unref (source->text_tables[1]); | 
					
						
							|  |  |  |  |           g_free (source->text_tables); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-15 07:31:20 +00:00
										 |  |  |  |       g_slice_free (GSettingsSchemaSource, source); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_new_from_directory: | 
					
						
							| 
									
										
										
										
											2016-06-04 17:53:42 +02:00
										 |  |  |  |  * @directory: (type filename): the filename of a directory | 
					
						
							| 
									
										
										
										
											2016-10-28 18:29:02 -07:00
										 |  |  |  |  * @parent: (nullable): a #GSettingsSchemaSource, or %NULL | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * @trusted: %TRUE, if the directory is trusted | 
					
						
							|  |  |  |  |  * @error: a pointer to a #GError pointer set to %NULL, or %NULL | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Attempts to create a new schema source corresponding to the contents | 
					
						
							|  |  |  |  |  * of the given directory. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function is not required for normal uses of #GSettings but it | 
					
						
							|  |  |  |  |  * may be useful to authors of plugin management systems. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-05 20:17:46 -05:00
										 |  |  |  |  * The directory should contain a file called `gschemas.compiled` as | 
					
						
							| 
									
										
										
										
											2014-02-08 12:26:56 -05:00
										 |  |  |  |  * produced by the [glib-compile-schemas][glib-compile-schemas] tool. | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-05 20:17:46 -05:00
										 |  |  |  |  * If @trusted is %TRUE then `gschemas.compiled` is trusted not to be | 
					
						
							|  |  |  |  |  * corrupted. This assumption has a performance advantage, but can result | 
					
						
							|  |  |  |  |  * in crashes or inconsistent behaviour in the case of a corrupted file. | 
					
						
							|  |  |  |  |  * Generally, you should set @trusted to %TRUE for files installed by the | 
					
						
							|  |  |  |  |  * system and to %FALSE for files in the home directory. | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-08-01 13:03:07 +01:00
										 |  |  |  |  * In either case, an empty file or some types of corruption in the file will | 
					
						
							|  |  |  |  |  * result in %G_FILE_ERROR_INVAL being returned. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * If @parent is non-%NULL then there are two effects. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * First, if g_settings_schema_source_lookup() is called with the | 
					
						
							|  |  |  |  |  * @recursive flag set to %TRUE and the schema can not be found in the | 
					
						
							|  |  |  |  |  * source, the lookup will recurse to the parent. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Second, any references to other schemas specified within this | 
					
						
							| 
									
										
										
										
											2014-02-06 08:04:52 -05:00
										 |  |  |  |  * source (ie: `child` or `extends`) references may be resolved | 
					
						
							|  |  |  |  |  * from the @parent. | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * For this second reason, except in very unusual situations, the | 
					
						
							|  |  |  |  |  * @parent should probably be given as the default schema source, as | 
					
						
							|  |  |  |  |  * returned by g_settings_schema_source_get_default(). | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-16 10:37:30 +00:00
										 |  |  |  | GSettingsSchemaSource * | 
					
						
							| 
									
										
										
										
											2011-11-16 14:53:03 -05:00
										 |  |  |  | g_settings_schema_source_new_from_directory (const gchar            *directory, | 
					
						
							|  |  |  |  |                                              GSettingsSchemaSource  *parent, | 
					
						
							| 
									
										
										
										
											2011-11-16 10:37:30 +00:00
										 |  |  |  |                                              gboolean                trusted, | 
					
						
							|  |  |  |  |                                              GError                **error) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSettingsSchemaSource *source; | 
					
						
							|  |  |  |  |   GvdbTable *table; | 
					
						
							|  |  |  |  |   gchar *filename; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   filename = g_build_filename (directory, "gschemas.compiled", NULL); | 
					
						
							| 
									
										
										
										
											2011-11-16 14:51:27 -05:00
										 |  |  |  |   table = gvdb_table_new (filename, trusted, error); | 
					
						
							| 
									
										
										
										
											2011-11-16 10:37:30 +00:00
										 |  |  |  |   g_free (filename); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (table == NULL) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   source = g_slice_new (GSettingsSchemaSource); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:49:58 -04:00
										 |  |  |  |   source->directory = g_strdup (directory); | 
					
						
							| 
									
										
										
										
											2011-11-16 10:37:30 +00:00
										 |  |  |  |   source->parent = parent ? g_settings_schema_source_ref (parent) : NULL; | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |   source->text_tables = NULL; | 
					
						
							| 
									
										
										
										
											2011-11-16 10:37:30 +00:00
										 |  |  |  |   source->table = table; | 
					
						
							|  |  |  |  |   source->ref_count = 1; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return source; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 18:49:58 -04:00
										 |  |  |  | static void | 
					
						
							|  |  |  |  | try_prepend_dir (const gchar *directory) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSettingsSchemaSource *source; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   source = g_settings_schema_source_new_from_directory (directory, schema_sources, TRUE, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* If we successfully created it then prepend it to the global list */ | 
					
						
							|  |  |  |  |   if (source != NULL) | 
					
						
							|  |  |  |  |     schema_sources = source; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-19 15:44:14 -04:00
										 |  |  |  | static void | 
					
						
							|  |  |  |  | try_prepend_data_dir (const gchar *directory) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-07-12 19:23:40 +01:00
										 |  |  |  |   gchar *dirname = g_build_filename (directory, "glib-2.0", "schemas", NULL); | 
					
						
							| 
									
										
										
										
											2017-05-19 15:44:14 -04:00
										 |  |  |  |   try_prepend_dir (dirname); | 
					
						
							|  |  |  |  |   g_free (dirname); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | static void | 
					
						
							|  |  |  |  | initialise_schema_sources (void) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   static gsize initialised; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-15 07:16:48 +00:00
										 |  |  |  |   /* need a separate variable because 'schema_sources' may legitimately
 | 
					
						
							|  |  |  |  |    * be null if we have zero valid schema sources | 
					
						
							|  |  |  |  |    */ | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |   if G_UNLIKELY (g_once_init_enter (&initialised)) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2020-12-04 23:42:15 +00:00
										 |  |  |  |       gboolean is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:16:48 +00:00
										 |  |  |  |       const gchar * const *dirs; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |       const gchar *path; | 
					
						
							| 
									
										
										
										
											2020-01-10 19:39:10 +01:00
										 |  |  |  |       gchar **extra_schema_dirs; | 
					
						
							| 
									
										
										
										
											2011-11-15 07:16:48 +00:00
										 |  |  |  |       gint i; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-15 07:16:48 +00:00
										 |  |  |  |       /* iterate in reverse: count up, then count down */ | 
					
						
							|  |  |  |  |       dirs = g_get_system_data_dirs (); | 
					
						
							|  |  |  |  |       for (i = 0; dirs[i]; i++); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       while (i--) | 
					
						
							| 
									
										
										
										
											2017-05-19 15:44:14 -04:00
										 |  |  |  |         try_prepend_data_dir (dirs[i]); | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-19 15:44:14 -04:00
										 |  |  |  |       try_prepend_data_dir (g_get_user_data_dir ()); | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-04 23:42:15 +00:00
										 |  |  |  |       /* Disallow loading extra schemas if running as setuid, as that could
 | 
					
						
							|  |  |  |  |        * allow reading privileged files. */ | 
					
						
							|  |  |  |  |       if (!is_setuid && (path = g_getenv ("GSETTINGS_SCHEMA_DIR")) != NULL) | 
					
						
							| 
									
										
										
										
											2020-01-10 19:39:10 +01:00
										 |  |  |  |         { | 
					
						
							|  |  |  |  |           extra_schema_dirs = g_strsplit (path, G_SEARCHPATH_SEPARATOR_S, 0); | 
					
						
							|  |  |  |  |           for (i = 0; extra_schema_dirs[i]; i++); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           while (i--) | 
					
						
							|  |  |  |  |             try_prepend_dir (extra_schema_dirs[i]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           g_strfreev (extra_schema_dirs); | 
					
						
							|  |  |  |  |         } | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_once_init_leave (&initialised, TRUE); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_get_default: | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the default system schema source. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function is not required for normal uses of #GSettings but it | 
					
						
							|  |  |  |  |  * may be useful to authors of plugin management systems or to those who | 
					
						
							|  |  |  |  |  * want to introspect the content of schemas. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If no schemas are installed, %NULL will be returned. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * The returned source may actually consist of multiple schema sources | 
					
						
							|  |  |  |  |  * from different directories, depending on which directories were given | 
					
						
							| 
									
										
										
										
											2014-02-05 19:32:41 -05:00
										 |  |  |  |  * in `XDG_DATA_DIRS` and `GSETTINGS_SCHEMA_DIR`. For this reason, all | 
					
						
							|  |  |  |  |  * lookups performed against the default source should probably be done | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * recursively. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-10-11 13:09:53 +01:00
										 |  |  |  |  * Returns: (transfer none) (nullable): the default schema source | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2017-10-11 13:09:40 +01:00
										 |  |  |  | GSettingsSchemaSource * | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  | g_settings_schema_source_get_default (void) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   initialise_schema_sources (); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return schema_sources; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_lookup: | 
					
						
							|  |  |  |  |  * @source: a #GSettingsSchemaSource | 
					
						
							|  |  |  |  |  * @schema_id: a schema ID | 
					
						
							|  |  |  |  |  * @recursive: %TRUE if the lookup should be recursive | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Looks up a schema with the identifier @schema_id in @source. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function is not required for normal uses of #GSettings but it | 
					
						
							|  |  |  |  |  * may be useful to authors of plugin management systems or to those who | 
					
						
							|  |  |  |  |  * want to introspect the content of schemas. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If the schema isn't found directly in @source and @recursive is %TRUE | 
					
						
							|  |  |  |  |  * then the parent sources will also be checked. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If the schema isn't found, %NULL is returned. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-05-21 00:27:36 -07:00
										 |  |  |  |  * Returns: (nullable) (transfer full): a new #GSettingsSchema | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  | GSettingsSchema * | 
					
						
							|  |  |  |  | g_settings_schema_source_lookup (GSettingsSchemaSource *source, | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |                                  const gchar           *schema_id, | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  |                                  gboolean               recursive) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSettingsSchema *schema; | 
					
						
							|  |  |  |  |   GvdbTable *table; | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |   const gchar *extends; | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_return_val_if_fail (source != NULL, NULL); | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |   g_return_val_if_fail (schema_id != NULL, NULL); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |   table = gvdb_table_get_table (source->table, schema_id); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (table == NULL && recursive) | 
					
						
							|  |  |  |  |     for (source = source->parent; source; source = source->parent) | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |       if ((table = gvdb_table_get_table (source->table, schema_id))) | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  |         break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (table == NULL) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   schema = g_slice_new0 (GSettingsSchema); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:50:39 -04:00
										 |  |  |  |   schema->source = g_settings_schema_source_ref (source); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  |   schema->ref_count = 1; | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |   schema->id = g_strdup (schema_id); | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  |   schema->table = table; | 
					
						
							|  |  |  |  |   schema->path = g_settings_schema_get_string (schema, ".path"); | 
					
						
							|  |  |  |  |   schema->gettext_domain = g_settings_schema_get_string (schema, ".gettext-domain"); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (schema->gettext_domain) | 
					
						
							|  |  |  |  |     bind_textdomain_codeset (schema->gettext_domain, "UTF-8"); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |   extends = g_settings_schema_get_string (schema, ".extends"); | 
					
						
							|  |  |  |  |   if (extends) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       schema->extends = g_settings_schema_source_lookup (source, extends, TRUE); | 
					
						
							|  |  |  |  |       if (schema->extends == NULL) | 
					
						
							|  |  |  |  |         g_warning ("Schema '%s' extends schema '%s' but we could not find it", schema_id, extends); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-15 07:47:56 +00:00
										 |  |  |  |   return schema; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  | typedef struct | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GHashTable *summaries; | 
					
						
							|  |  |  |  |   GHashTable *descriptions; | 
					
						
							|  |  |  |  |   GSList     *gettext_domain; | 
					
						
							|  |  |  |  |   GSList     *schema_id; | 
					
						
							|  |  |  |  |   GSList     *key_name; | 
					
						
							|  |  |  |  |   GString    *string; | 
					
						
							|  |  |  |  | } TextTableParseInfo; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static const gchar * | 
					
						
							|  |  |  |  | get_attribute_value (GSList *list) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSList *node; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   for (node = list; node; node = node->next) | 
					
						
							|  |  |  |  |     if (node->data) | 
					
						
							|  |  |  |  |       return node->data; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return NULL; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | pop_attribute_value (GSList **list) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   gchar *top; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   top = (*list)->data; | 
					
						
							|  |  |  |  |   *list = g_slist_remove (*list, top); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_free (top); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | push_attribute_value (GSList      **list, | 
					
						
							|  |  |  |  |                       const gchar  *value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   *list = g_slist_prepend (*list, g_strdup (value)); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | start_element (GMarkupParseContext  *context, | 
					
						
							|  |  |  |  |                const gchar          *element_name, | 
					
						
							|  |  |  |  |                const gchar         **attribute_names, | 
					
						
							|  |  |  |  |                const gchar         **attribute_values, | 
					
						
							|  |  |  |  |                gpointer              user_data, | 
					
						
							|  |  |  |  |                GError              **error) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   TextTableParseInfo *info = user_data; | 
					
						
							|  |  |  |  |   const gchar *gettext_domain = NULL; | 
					
						
							|  |  |  |  |   const gchar *schema_id = NULL; | 
					
						
							|  |  |  |  |   const gchar *key_name = NULL; | 
					
						
							|  |  |  |  |   gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   for (i = 0; attribute_names[i]; i++) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       if (g_str_equal (attribute_names[i], "gettext-domain")) | 
					
						
							|  |  |  |  |         gettext_domain = attribute_values[i]; | 
					
						
							|  |  |  |  |       else if (g_str_equal (attribute_names[i], "id")) | 
					
						
							|  |  |  |  |         schema_id = attribute_values[i]; | 
					
						
							|  |  |  |  |       else if (g_str_equal (attribute_names[i], "name")) | 
					
						
							|  |  |  |  |         key_name = attribute_values[i]; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   push_attribute_value (&info->gettext_domain, gettext_domain); | 
					
						
							|  |  |  |  |   push_attribute_value (&info->schema_id, schema_id); | 
					
						
							|  |  |  |  |   push_attribute_value (&info->key_name, key_name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (info->string) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       g_string_free (info->string, TRUE); | 
					
						
							|  |  |  |  |       info->string = NULL; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (g_str_equal (element_name, "summary") || g_str_equal (element_name, "description")) | 
					
						
							|  |  |  |  |     info->string = g_string_new (NULL); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static gchar * | 
					
						
							|  |  |  |  | normalise_whitespace (const gchar *orig) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   /* We normalise by the same rules as in intltool:
 | 
					
						
							|  |  |  |  |    * | 
					
						
							|  |  |  |  |    *   sub cleanup { | 
					
						
							|  |  |  |  |    *       s/^\s+//;
 | 
					
						
							|  |  |  |  |    *       s/\s+$//;
 | 
					
						
							|  |  |  |  |    *       s/\s+/ /g; | 
					
						
							|  |  |  |  |    *       return $_; | 
					
						
							|  |  |  |  |    *   } | 
					
						
							|  |  |  |  |    * | 
					
						
							|  |  |  |  |    *   $message = join "\n\n", map &cleanup, split/\n\s*\n+/, $message; | 
					
						
							|  |  |  |  |    * | 
					
						
							|  |  |  |  |    * Where \s is an ascii space character. | 
					
						
							|  |  |  |  |    * | 
					
						
							|  |  |  |  |    * We aim for ease of implementation over efficiency -- this code is | 
					
						
							|  |  |  |  |    * not run in normal applications. | 
					
						
							|  |  |  |  |    */ | 
					
						
							|  |  |  |  |   static GRegex *cleanup[3]; | 
					
						
							|  |  |  |  |   static GRegex *splitter; | 
					
						
							|  |  |  |  |   gchar **lines; | 
					
						
							|  |  |  |  |   gchar *result; | 
					
						
							|  |  |  |  |   gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |   if (g_once_init_enter_pointer (&splitter)) | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       GRegex *s; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-23 10:34:15 +01:00
										 |  |  |  |       cleanup[0] = g_regex_new ("^\\s+", G_REGEX_DEFAULT, | 
					
						
							|  |  |  |  |                                 G_REGEX_MATCH_DEFAULT, NULL); | 
					
						
							|  |  |  |  |       cleanup[1] = g_regex_new ("\\s+$", G_REGEX_DEFAULT, | 
					
						
							|  |  |  |  |                                 G_REGEX_MATCH_DEFAULT, NULL); | 
					
						
							|  |  |  |  |       cleanup[2] = g_regex_new ("\\s+", G_REGEX_DEFAULT, | 
					
						
							|  |  |  |  |                                 G_REGEX_MATCH_DEFAULT, NULL); | 
					
						
							|  |  |  |  |       s = g_regex_new ("\\n\\s*\\n+", G_REGEX_DEFAULT, | 
					
						
							|  |  |  |  |                        G_REGEX_MATCH_DEFAULT, NULL); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |       g_once_init_leave_pointer (&splitter, s); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   lines = g_regex_split (splitter, orig, 0); | 
					
						
							|  |  |  |  |   for (i = 0; lines[i]; i++) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       gchar *a, *b, *c; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       a = g_regex_replace_literal (cleanup[0], lines[i], -1, 0, "", 0, 0); | 
					
						
							|  |  |  |  |       b = g_regex_replace_literal (cleanup[1], a, -1, 0, "", 0, 0); | 
					
						
							|  |  |  |  |       c = g_regex_replace_literal (cleanup[2], b, -1, 0, " ", 0, 0); | 
					
						
							|  |  |  |  |       g_free (lines[i]); | 
					
						
							|  |  |  |  |       g_free (a); | 
					
						
							|  |  |  |  |       g_free (b); | 
					
						
							|  |  |  |  |       lines[i] = c; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   result = g_strjoinv ("\n\n", lines); | 
					
						
							|  |  |  |  |   g_strfreev (lines); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return result; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | end_element (GMarkupParseContext *context, | 
					
						
							|  |  |  |  |              const gchar *element_name, | 
					
						
							|  |  |  |  |              gpointer user_data, | 
					
						
							|  |  |  |  |              GError **error) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   TextTableParseInfo *info = user_data; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   pop_attribute_value (&info->gettext_domain); | 
					
						
							|  |  |  |  |   pop_attribute_value (&info->schema_id); | 
					
						
							|  |  |  |  |   pop_attribute_value (&info->key_name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (info->string) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       GHashTable *source_table = NULL; | 
					
						
							|  |  |  |  |       const gchar *gettext_domain; | 
					
						
							|  |  |  |  |       const gchar *schema_id; | 
					
						
							|  |  |  |  |       const gchar *key_name; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       gettext_domain = get_attribute_value (info->gettext_domain); | 
					
						
							|  |  |  |  |       schema_id = get_attribute_value (info->schema_id); | 
					
						
							|  |  |  |  |       key_name = get_attribute_value (info->key_name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (g_str_equal (element_name, "summary")) | 
					
						
							|  |  |  |  |         source_table = info->summaries; | 
					
						
							|  |  |  |  |       else if (g_str_equal (element_name, "description")) | 
					
						
							|  |  |  |  |         source_table = info->descriptions; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (source_table && schema_id && key_name) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           GHashTable *schema_table; | 
					
						
							|  |  |  |  |           gchar *normalised; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           schema_table = g_hash_table_lookup (source_table, schema_id); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           if (schema_table == NULL) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |               schema_table = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); | 
					
						
							|  |  |  |  |               g_hash_table_insert (source_table, g_strdup (schema_id), schema_table); | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           normalised = normalise_whitespace (info->string->str); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-07 23:34:42 -04:00
										 |  |  |  |           if (gettext_domain && normalised[0]) | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |             { | 
					
						
							|  |  |  |  |               gchar *translated; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |               translated = g_strdup (g_dgettext (gettext_domain, normalised)); | 
					
						
							|  |  |  |  |               g_free (normalised); | 
					
						
							|  |  |  |  |               normalised = translated; | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           g_hash_table_insert (schema_table, g_strdup (key_name), normalised); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_string_free (info->string, TRUE); | 
					
						
							|  |  |  |  |       info->string = NULL; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | text (GMarkupParseContext  *context, | 
					
						
							|  |  |  |  |       const gchar          *text, | 
					
						
							|  |  |  |  |       gsize                 text_len, | 
					
						
							|  |  |  |  |       gpointer              user_data, | 
					
						
							|  |  |  |  |       GError              **error) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   TextTableParseInfo *info = user_data; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (info->string) | 
					
						
							|  |  |  |  |     g_string_append_len (info->string, text, text_len); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | parse_into_text_tables (const gchar *directory, | 
					
						
							|  |  |  |  |                         GHashTable  *summaries, | 
					
						
							|  |  |  |  |                         GHashTable  *descriptions) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2020-11-17 21:54:30 +01:00
										 |  |  |  |   GMarkupParser parser = { start_element, end_element, text, NULL, NULL }; | 
					
						
							|  |  |  |  |   TextTableParseInfo info = { summaries, descriptions, NULL, NULL, NULL, NULL }; | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |   const gchar *basename; | 
					
						
							|  |  |  |  |   GDir *dir; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   dir = g_dir_open (directory, 0, NULL); | 
					
						
							|  |  |  |  |   while ((basename = g_dir_read_name (dir))) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       gchar *filename; | 
					
						
							|  |  |  |  |       gchar *contents; | 
					
						
							|  |  |  |  |       gsize size; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       filename = g_build_filename (directory, basename, NULL); | 
					
						
							|  |  |  |  |       if (g_file_get_contents (filename, &contents, &size, NULL)) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           GMarkupParseContext *context; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           context = g_markup_parse_context_new (&parser, G_MARKUP_TREAT_CDATA_AS_TEXT, &info, NULL); | 
					
						
							| 
									
										
										
										
											2014-07-22 14:21:31 -04:00
										 |  |  |  |           /* Ignore errors here, this is best effort only. */ | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |           if (g_markup_parse_context_parse (context, contents, size, NULL)) | 
					
						
							| 
									
										
										
										
											2014-07-22 14:21:31 -04:00
										 |  |  |  |             (void) g_markup_parse_context_end_parse (context, NULL); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |           g_markup_parse_context_free (context); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           /* Clean up dangling stuff in case there was an error. */ | 
					
						
							|  |  |  |  |           g_slist_free_full (info.gettext_domain, g_free); | 
					
						
							|  |  |  |  |           g_slist_free_full (info.schema_id, g_free); | 
					
						
							|  |  |  |  |           g_slist_free_full (info.key_name, g_free); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           info.gettext_domain = NULL; | 
					
						
							|  |  |  |  |           info.schema_id = NULL; | 
					
						
							|  |  |  |  |           info.key_name = NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           if (info.string) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |               g_string_free (info.string, TRUE); | 
					
						
							|  |  |  |  |               info.string = NULL; | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           g_free (contents); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_free (filename); | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2014-07-22 14:11:25 -04:00
										 |  |  |  |    | 
					
						
							|  |  |  |  |   g_dir_close (dir); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static GHashTable ** | 
					
						
							|  |  |  |  | g_settings_schema_source_get_text_tables (GSettingsSchemaSource *source) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |   if (g_once_init_enter_pointer (&source->text_tables)) | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       GHashTable **text_tables; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       text_tables = g_new (GHashTable *, 2); | 
					
						
							|  |  |  |  |       text_tables[0] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_table_unref); | 
					
						
							|  |  |  |  |       text_tables[1] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_table_unref); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (source->directory) | 
					
						
							|  |  |  |  |         parse_into_text_tables (source->directory, text_tables[0], text_tables[1]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |       g_once_init_leave_pointer (&source->text_tables, text_tables); | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return source->text_tables; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_source_list_schemas: | 
					
						
							|  |  |  |  |  * @source: a #GSettingsSchemaSource | 
					
						
							|  |  |  |  |  * @recursive: if we should recurse | 
					
						
							| 
									
										
										
										
											2014-04-15 18:56:26 +02:00
										 |  |  |  |  * @non_relocatable: (out) (transfer full) (array zero-terminated=1): the | 
					
						
							| 
									
										
										
										
											2019-05-17 13:03:27 +01:00
										 |  |  |  |  *   list of non-relocatable schemas, in no defined order | 
					
						
							| 
									
										
										
										
											2014-04-15 18:56:26 +02:00
										 |  |  |  |  * @relocatable: (out) (transfer full) (array zero-terminated=1): the list | 
					
						
							| 
									
										
										
										
											2019-05-17 13:03:27 +01:00
										 |  |  |  |  *   of relocatable schemas, in no defined order | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Lists the schemas in a given source. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If @recursive is %TRUE then include parent sources.  If %FALSE then | 
					
						
							|  |  |  |  |  * only include the schemas from one source (ie: one directory).  You | 
					
						
							|  |  |  |  |  * probably want %TRUE. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Non-relocatable schemas are those for which you can call | 
					
						
							|  |  |  |  |  * g_settings_new().  Relocatable schemas are those for which you must | 
					
						
							|  |  |  |  |  * use g_settings_new_with_path(). | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Do not call this function from normal programs.  This is designed for | 
					
						
							|  |  |  |  |  * use by database editors, commandline tools, etc. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_source_list_schemas (GSettingsSchemaSource   *source, | 
					
						
							|  |  |  |  |                                        gboolean                 recursive, | 
					
						
							| 
									
										
										
										
											2013-10-28 20:48:53 -07:00
										 |  |  |  |                                        gchar                 ***non_relocatable, | 
					
						
							|  |  |  |  |                                        gchar                 ***relocatable) | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |   GHashTable *single, *reloc; | 
					
						
							|  |  |  |  |   GSettingsSchemaSource *s; | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |   /* We use hash tables to avoid duplicate listings for schemas that
 | 
					
						
							|  |  |  |  |    * appear in more than one file. | 
					
						
							|  |  |  |  |    */ | 
					
						
							|  |  |  |  |   single = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); | 
					
						
							|  |  |  |  |   reloc = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |   for (s = source; s; s = s->parent) | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       gchar **list; | 
					
						
							|  |  |  |  |       gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       list = gvdb_table_list (s->table, ""); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       /* empty schema cache file? */ | 
					
						
							|  |  |  |  |       if (list == NULL) | 
					
						
							|  |  |  |  |         continue; | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       for (i = 0; list[i]; i++) | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  |         { | 
					
						
							| 
									
										
										
										
											2017-10-25 10:53:14 +01:00
										 |  |  |  |           if (!g_hash_table_contains (single, list[i]) && | 
					
						
							|  |  |  |  |               !g_hash_table_contains (reloc, list[i])) | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  |             { | 
					
						
							| 
									
										
										
										
											2017-10-25 10:53:14 +01:00
										 |  |  |  |               gchar *schema; | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |               GvdbTable *table; | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-25 10:53:14 +01:00
										 |  |  |  |               schema = g_strdup (list[i]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |               table = gvdb_table_get_table (s->table, list[i]); | 
					
						
							|  |  |  |  |               g_assert (table != NULL); | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |               if (gvdb_table_has_value (table, ".path")) | 
					
						
							| 
									
										
										
										
											2017-10-25 10:53:14 +01:00
										 |  |  |  |                 g_hash_table_add (single, schema); | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |               else | 
					
						
							| 
									
										
										
										
											2017-10-25 10:53:14 +01:00
										 |  |  |  |                 g_hash_table_add (reloc, schema); | 
					
						
							| 
									
										
										
										
											2010-11-29 15:29:12 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-01 14:32:15 +01:00
										 |  |  |  |               gvdb_table_free (table); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  |             } | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       g_strfreev (list); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       /* Only the first source if recursive not requested */ | 
					
						
							|  |  |  |  |       if (!recursive) | 
					
						
							|  |  |  |  |         break; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 20:48:53 -07:00
										 |  |  |  |   if (non_relocatable) | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-10-28 20:48:53 -07:00
										 |  |  |  |       *non_relocatable = (gchar **) g_hash_table_get_keys_as_array (single, NULL); | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       g_hash_table_steal_all (single); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 20:48:53 -07:00
										 |  |  |  |   if (relocatable) | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-10-28 20:48:53 -07:00
										 |  |  |  |       *relocatable = (gchar **) g_hash_table_get_keys_as_array (reloc, NULL); | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       g_hash_table_steal_all (reloc); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_hash_table_unref (single); | 
					
						
							|  |  |  |  |   g_hash_table_unref (reloc); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static gchar **non_relocatable_schema_list; | 
					
						
							|  |  |  |  | static gchar **relocatable_schema_list; | 
					
						
							|  |  |  |  | static gsize schema_lists_initialised; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | ensure_schema_lists (void) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (g_once_init_enter (&schema_lists_initialised)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       initialise_schema_sources (); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |       g_settings_schema_source_list_schemas (schema_sources, TRUE, | 
					
						
							|  |  |  |  |                                              &non_relocatable_schema_list, | 
					
						
							|  |  |  |  |                                              &relocatable_schema_list); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  |       g_once_init_leave (&schema_lists_initialised, TRUE); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_list_schemas: | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-01-12 15:29:29 +00:00
										 |  |  |  |  * Deprecated. | 
					
						
							| 
									
										
										
										
											2015-02-05 16:20:43 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (element-type utf8) (transfer none) (not nullable): a list of | 
					
						
							|  |  |  |  |  *   #GSettings schemas that are available, in no defined order.  The list | 
					
						
							|  |  |  |  |  *   must not be modified or freed. | 
					
						
							| 
									
										
										
										
											2010-10-02 22:46:53 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.26 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-02-05 16:20:43 +01:00
										 |  |  |  |  * Deprecated: 2.40: Use g_settings_schema_source_list_schemas() instead. | 
					
						
							| 
									
										
										
										
											2013-11-14 17:39:06 +01:00
										 |  |  |  |  * If you used g_settings_list_schemas() to check for the presence of | 
					
						
							|  |  |  |  |  * a particular schema, use g_settings_schema_source_lookup() instead | 
					
						
							|  |  |  |  |  * of your whole loop. | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  |  **/ | 
					
						
							|  |  |  |  | const gchar * const * | 
					
						
							|  |  |  |  | g_settings_list_schemas (void) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   ensure_schema_lists (); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |   return (const gchar **) non_relocatable_schema_list; | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_list_relocatable_schemas: | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-01-12 15:29:29 +00:00
										 |  |  |  |  * Deprecated. | 
					
						
							| 
									
										
										
										
											2015-02-05 16:20:43 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (element-type utf8) (transfer none) (not nullable): a list of | 
					
						
							|  |  |  |  |  *   relocatable #GSettings schemas that are available, in no defined order. | 
					
						
							|  |  |  |  |  *   The list must not be modified or freed. | 
					
						
							| 
									
										
										
										
											2010-10-02 22:46:53 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.28 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-02-05 16:20:43 +01:00
										 |  |  |  |  * Deprecated: 2.40: Use g_settings_schema_source_list_schemas() instead | 
					
						
							| 
									
										
										
										
											2010-10-02 22:42:02 -04:00
										 |  |  |  |  **/ | 
					
						
							|  |  |  |  | const gchar * const * | 
					
						
							|  |  |  |  | g_settings_list_relocatable_schemas (void) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   ensure_schema_lists (); | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 19:12:46 -07:00
										 |  |  |  |   return (const gchar **) relocatable_schema_list; | 
					
						
							| 
									
										
										
										
											2010-06-24 12:25:48 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_ref: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Increase the reference count of @schema, returning a new reference. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (transfer full) (not nullable): a new reference to @schema | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  | GSettingsSchema * | 
					
						
							|  |  |  |  | g_settings_schema_ref (GSettingsSchema *schema) | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   g_atomic_int_inc (&schema->ref_count); | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   return schema; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_unref: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Decrease the reference count of @schema, possibly freeing it. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_unref (GSettingsSchema *schema) | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   if (g_atomic_int_dec_and_test (&schema->ref_count)) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       if (schema->extends) | 
					
						
							|  |  |  |  |         g_settings_schema_unref (schema->extends); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 18:50:39 -04:00
										 |  |  |  |       g_settings_schema_source_unref (schema->source); | 
					
						
							| 
									
										
										
										
											2018-08-01 14:32:15 +01:00
										 |  |  |  |       gvdb_table_free (schema->table); | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |       g_free (schema->items); | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |       g_free (schema->id); | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |       g_slice_free (GSettingsSchema, schema); | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-10 13:49:57 -04:00
										 |  |  |  | const gchar * | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | g_settings_schema_get_string (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                               const gchar     *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const gchar *result = NULL; | 
					
						
							|  |  |  |  |   GVariant *value; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   if ((value = gvdb_table_get_raw_value (schema->table, key))) | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       result = g_variant_get_string (value, NULL); | 
					
						
							|  |  |  |  |       g_variant_unref (value); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return result; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-04 12:09:24 +00:00
										 |  |  |  | GSettingsSchema * | 
					
						
							|  |  |  |  | g_settings_schema_get_child_schema (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                                     const gchar     *name) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const gchar *child_id; | 
					
						
							|  |  |  |  |   gchar *child_name; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   child_name = g_strconcat (name, "/", NULL); | 
					
						
							|  |  |  |  |   child_id = g_settings_schema_get_string (schema, child_name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_free (child_name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (child_id == NULL) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return g_settings_schema_source_lookup (schema->source, child_id, TRUE); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-14 17:29:41 -04:00
										 |  |  |  | GVariantIter * | 
					
						
							|  |  |  |  | g_settings_schema_get_value (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                              const gchar     *key) | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |   GSettingsSchema *s = schema; | 
					
						
							| 
									
										
										
										
											2010-06-14 17:29:41 -04:00
										 |  |  |  |   GVariantIter *iter; | 
					
						
							| 
									
										
										
										
											2016-02-24 17:08:04 +01:00
										 |  |  |  |   GVariant *value = NULL; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |   g_return_val_if_fail (schema != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 12:10:13 -07:00
										 |  |  |  |   for (s = schema; s; s = s->extends) | 
					
						
							|  |  |  |  |     if ((value = gvdb_table_get_raw_value (s->table, key))) | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       break; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-07-06 13:43:17 -04:00
										 |  |  |  |   if G_UNLIKELY (value == NULL || !g_variant_is_of_type (value, G_VARIANT_TYPE_TUPLE)) | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |     g_error ("Settings schema '%s' does not contain a key named '%s'", schema->id, key); | 
					
						
							| 
									
										
										
										
											2010-06-14 17:29:41 -04:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   iter = g_variant_iter_new (value); | 
					
						
							|  |  |  |  |   g_variant_unref (value); | 
					
						
							| 
									
										
										
										
											2010-06-10 13:49:57 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-14 17:29:41 -04:00
										 |  |  |  |   return iter; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_get_path: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the path associated with @schema, or %NULL. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Schemas may be single-instance or relocatable.  Single-instance | 
					
						
							|  |  |  |  |  * schemas correspond to exactly one set of keys in the backend | 
					
						
							|  |  |  |  |  * database: those located at the path returned by this function. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Relocatable schemas can be referenced by other schemas and can | 
					
						
							| 
									
										
										
										
											2019-12-10 19:47:05 +00:00
										 |  |  |  |  * therefore describe multiple sets of keys at different locations.  For | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * relocatable schemas, this function will return %NULL. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2020-10-18 11:15:54 +03:00
										 |  |  |  |  * Returns: (nullable) (transfer none): the path of the schema, or %NULL | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.32 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | const gchar * | 
					
						
							|  |  |  |  | g_settings_schema_get_path (GSettingsSchema *schema) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   return schema->path; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | const gchar * | 
					
						
							|  |  |  |  | g_settings_schema_get_gettext_domain (GSettingsSchema *schema) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   return schema->gettext_domain; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_has_key: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * @name: the name of a key | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Checks if @schema has a key named @name. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Returns: %TRUE if such a key exists | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | gboolean | 
					
						
							|  |  |  |  | g_settings_schema_has_key (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                            const gchar     *key) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2024-04-23 14:30:12 +02:00
										 |  |  |  |   GSettingsSchema *s; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (gvdb_table_has_value (schema->table, key)) | 
					
						
							|  |  |  |  |     return TRUE; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   for (s = schema; s; s = s->extends) | 
					
						
							|  |  |  |  |     if (gvdb_table_has_value (s->table, key)) | 
					
						
							|  |  |  |  |       return TRUE; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return FALSE; | 
					
						
							| 
									
										
										
										
											2010-04-15 22:30:11 -04:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-26 10:13:26 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_list_children: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the list of children in @schema. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * You should free the return value with g_strfreev() when you are done | 
					
						
							|  |  |  |  |  * with it. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full) (element-type utf8): a list of | 
					
						
							|  |  |  |  |  *    the children on @settings, in no defined order | 
					
						
							| 
									
										
										
										
											2015-01-26 10:13:26 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.44 | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | gchar ** | 
					
						
							|  |  |  |  | g_settings_schema_list_children (GSettingsSchema *schema) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const GQuark *keys; | 
					
						
							|  |  |  |  |   gchar **strv; | 
					
						
							|  |  |  |  |   gint n_keys; | 
					
						
							|  |  |  |  |   gint i, j; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-19 12:40:22 -05:00
										 |  |  |  |   g_return_val_if_fail (schema != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-26 10:13:26 +00:00
										 |  |  |  |   keys = g_settings_schema_list (schema, &n_keys); | 
					
						
							|  |  |  |  |   strv = g_new (gchar *, n_keys + 1); | 
					
						
							|  |  |  |  |   for (i = j = 0; i < n_keys; i++) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       const gchar *key = g_quark_to_string (keys[i]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (g_str_has_suffix (key, "/")) | 
					
						
							|  |  |  |  |         { | 
					
						
							| 
									
										
										
										
											2021-02-04 13:37:56 +00:00
										 |  |  |  |           gsize length = strlen (key); | 
					
						
							| 
									
										
										
										
											2015-01-26 10:13:26 +00:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-04 13:37:56 +00:00
										 |  |  |  |           strv[j] = g_memdup2 (key, length); | 
					
						
							| 
									
										
										
										
											2015-01-26 10:13:26 +00:00
										 |  |  |  |           strv[j][length - 1] = '\0'; | 
					
						
							|  |  |  |  |           j++; | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   strv[j] = NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return strv; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-19 12:40:22 -05:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_list_keys: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Introspects the list of keys on @schema. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * You should probably not be calling this function from "normal" code | 
					
						
							|  |  |  |  |  * (since you should already know what keys are in your schema).  This | 
					
						
							|  |  |  |  |  * function is intended for introspection reasons. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full) (element-type utf8): a list | 
					
						
							|  |  |  |  |  *   of the keys on @schema, in no defined order | 
					
						
							| 
									
										
										
										
											2014-11-19 12:40:22 -05:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.46 | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | gchar ** | 
					
						
							|  |  |  |  | g_settings_schema_list_keys (GSettingsSchema *schema) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const GQuark *keys; | 
					
						
							|  |  |  |  |   gchar **strv; | 
					
						
							|  |  |  |  |   gint n_keys; | 
					
						
							|  |  |  |  |   gint i, j; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_return_val_if_fail (schema != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   keys = g_settings_schema_list (schema, &n_keys); | 
					
						
							|  |  |  |  |   strv = g_new (gchar *, n_keys + 1); | 
					
						
							|  |  |  |  |   for (i = j = 0; i < n_keys; i++) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       const gchar *key = g_quark_to_string (keys[i]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (!g_str_has_suffix (key, "/")) | 
					
						
							|  |  |  |  |         strv[j++] = g_strdup (key); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   strv[j] = NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return strv; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | const GQuark * | 
					
						
							|  |  |  |  | g_settings_schema_list (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                         gint            *n_items) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   if (schema->items == NULL) | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       GSettingsSchema *s; | 
					
						
							|  |  |  |  |       GHashTableIter iter; | 
					
						
							|  |  |  |  |       GHashTable *items; | 
					
						
							|  |  |  |  |       gpointer name; | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  |       gint len; | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       items = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       for (s = schema; s; s = s->extends) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           gchar **list; | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |           list = gvdb_table_list (s->table, ""); | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 09:29:15 -07:00
										 |  |  |  |           if (list) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |               for (i = 0; list[i]; i++) | 
					
						
							|  |  |  |  |                 g_hash_table_add (items, list[i]); /* transfer ownership */ | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 09:29:15 -07:00
										 |  |  |  |               g_free (list); /* free container only */ | 
					
						
							|  |  |  |  |             } | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       /* Do a first pass to eliminate child items that do not map to
 | 
					
						
							|  |  |  |  |        * valid schemas (ie: ones that would crash us if we actually | 
					
						
							|  |  |  |  |        * tried to create them). | 
					
						
							|  |  |  |  |        */ | 
					
						
							|  |  |  |  |       g_hash_table_iter_init (&iter, items); | 
					
						
							|  |  |  |  |       while (g_hash_table_iter_next (&iter, &name, NULL)) | 
					
						
							|  |  |  |  |         if (g_str_has_suffix (name, "/")) | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  |           { | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             GSettingsSchemaSource *source; | 
					
						
							|  |  |  |  |             GVariant *child_schema; | 
					
						
							|  |  |  |  |             GvdbTable *child_table; | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             child_schema = gvdb_table_get_raw_value (schema->table, name); | 
					
						
							|  |  |  |  |             if (!child_schema) | 
					
						
							|  |  |  |  |               continue; | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             child_table = NULL; | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-02 20:28:49 -05:00
										 |  |  |  |             for (source = schema->source; source; source = source->parent) | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |               if ((child_table = gvdb_table_get_table (source->table, g_variant_get_string (child_schema, NULL)))) | 
					
						
							|  |  |  |  |                 break; | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             g_variant_unref (child_schema); | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             /* Schema is not found -> remove it from the list */ | 
					
						
							|  |  |  |  |             if (child_table == NULL) | 
					
						
							|  |  |  |  |               { | 
					
						
							|  |  |  |  |                 g_hash_table_iter_remove (&iter); | 
					
						
							|  |  |  |  |                 continue; | 
					
						
							|  |  |  |  |               } | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |             /* Make sure the schema is relocatable or at the
 | 
					
						
							|  |  |  |  |              * expected path | 
					
						
							|  |  |  |  |              */ | 
					
						
							|  |  |  |  |             if (gvdb_table_has_value (child_table, ".path")) | 
					
						
							|  |  |  |  |               { | 
					
						
							|  |  |  |  |                 GVariant *path; | 
					
						
							|  |  |  |  |                 gchar *expected; | 
					
						
							|  |  |  |  |                 gboolean same; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |                 path = gvdb_table_get_raw_value (child_table, ".path"); | 
					
						
							|  |  |  |  |                 expected = g_strconcat (schema->path, name, NULL); | 
					
						
							|  |  |  |  |                 same = g_str_equal (expected, g_variant_get_string (path, NULL)); | 
					
						
							|  |  |  |  |                 g_variant_unref (path); | 
					
						
							|  |  |  |  |                 g_free (expected); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |                 /* Schema is non-relocatable and did not have the
 | 
					
						
							|  |  |  |  |                  * expected path -> remove it from the list | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  |                  */ | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |                 if (!same) | 
					
						
							|  |  |  |  |                   g_hash_table_iter_remove (&iter); | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  |               } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-01 14:32:15 +01:00
										 |  |  |  |             gvdb_table_free (child_table); | 
					
						
							| 
									
										
										
										
											2013-08-08 18:50:21 +02:00
										 |  |  |  |           } | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       /* Now create the list */ | 
					
						
							|  |  |  |  |       len = g_hash_table_size (items); | 
					
						
							| 
									
										
										
										
											2013-10-28 09:29:15 -07:00
										 |  |  |  |       schema->items = g_new (GQuark, len); | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       i = 0; | 
					
						
							|  |  |  |  |       g_hash_table_iter_init (&iter, items); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       while (g_hash_table_iter_next (&iter, &name, NULL)) | 
					
						
							| 
									
										
										
										
											2013-10-28 09:29:15 -07:00
										 |  |  |  |         schema->items[i++] = g_quark_from_string (name); | 
					
						
							| 
									
										
										
										
											2013-10-27 17:18:10 -07:00
										 |  |  |  |       schema->n_items = i; | 
					
						
							|  |  |  |  |       g_assert (i == len); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_hash_table_unref (items); | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-13 21:38:31 +01:00
										 |  |  |  |   *n_items = schema->n_items; | 
					
						
							|  |  |  |  |   return schema->items; | 
					
						
							| 
									
										
										
										
											2010-04-16 23:20:48 -04:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2011-11-14 17:02:04 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_get_id: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Get the ID of @schema. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer none): the ID | 
					
						
							| 
									
										
										
										
											2011-11-17 10:06:49 +00:00
										 |  |  |  |  **/ | 
					
						
							| 
									
										
										
										
											2011-11-14 17:02:04 +01:00
										 |  |  |  | const gchar * | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  | g_settings_schema_get_id (GSettingsSchema *schema) | 
					
						
							| 
									
										
										
										
											2011-11-14 17:02:04 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |   return schema->id; | 
					
						
							| 
									
										
										
										
											2011-11-14 17:02:04 +01:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | static inline void | 
					
						
							|  |  |  |  | endian_fixup (GVariant **value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  | #if G_BYTE_ORDER == G_BIG_ENDIAN
 | 
					
						
							|  |  |  |  |   GVariant *tmp; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   tmp = g_variant_byteswap (*value); | 
					
						
							|  |  |  |  |   g_variant_unref (*value); | 
					
						
							|  |  |  |  |   *value = tmp; | 
					
						
							|  |  |  |  | #endif
 | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_key_init (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                             GSettingsSchema    *schema, | 
					
						
							|  |  |  |  |                             const gchar        *name) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GVariantIter *iter; | 
					
						
							|  |  |  |  |   GVariant *data; | 
					
						
							|  |  |  |  |   guchar code; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   memset (key, 0, sizeof *key); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   iter = g_settings_schema_get_value (schema, name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   key->schema = g_settings_schema_ref (schema); | 
					
						
							|  |  |  |  |   key->default_value = g_variant_iter_next_value (iter); | 
					
						
							|  |  |  |  |   endian_fixup (&key->default_value); | 
					
						
							|  |  |  |  |   key->type = g_variant_get_type (key->default_value); | 
					
						
							|  |  |  |  |   key->name = g_intern_string (name); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   while (g_variant_iter_next (iter, "(y*)", &code, &data)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       switch (code) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |         case 'l': | 
					
						
							|  |  |  |  |           /* translation requested */ | 
					
						
							|  |  |  |  |           g_variant_get (data, "(y&s)", &key->lc_char, &key->unparsed); | 
					
						
							|  |  |  |  |           break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         case 'e': | 
					
						
							|  |  |  |  |           /* enumerated types... */ | 
					
						
							|  |  |  |  |           key->is_enum = TRUE; | 
					
						
							|  |  |  |  |           goto choice; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         case 'f': | 
					
						
							|  |  |  |  |           /* flags... */ | 
					
						
							|  |  |  |  |           key->is_flags = TRUE; | 
					
						
							|  |  |  |  |           goto choice; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         choice: case 'c': | 
					
						
							|  |  |  |  |           /* ..., choices, aliases */ | 
					
						
							|  |  |  |  |           key->strinfo = g_variant_get_fixed_array (data, &key->strinfo_length, sizeof (guint32)); | 
					
						
							|  |  |  |  |           break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         case 'r': | 
					
						
							|  |  |  |  |           g_variant_get (data, "(**)", &key->minimum, &key->maximum); | 
					
						
							|  |  |  |  |           endian_fixup (&key->minimum); | 
					
						
							|  |  |  |  |           endian_fixup (&key->maximum); | 
					
						
							|  |  |  |  |           break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  |         case 'd': | 
					
						
							|  |  |  |  |           g_variant_get (data, "@a{sv}", &key->desktop_overrides); | 
					
						
							|  |  |  |  |           endian_fixup (&key->desktop_overrides); | 
					
						
							|  |  |  |  |           break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |         default: | 
					
						
							|  |  |  |  |           g_warning ("unknown schema extension '%c'", code); | 
					
						
							|  |  |  |  |           break; | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_variant_unref (data); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_variant_iter_free (iter); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_key_clear (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (key->minimum) | 
					
						
							|  |  |  |  |     g_variant_unref (key->minimum); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (key->maximum) | 
					
						
							|  |  |  |  |     g_variant_unref (key->maximum); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  |   if (key->desktop_overrides) | 
					
						
							|  |  |  |  |     g_variant_unref (key->desktop_overrides); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |   g_variant_unref (key->default_value); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_settings_schema_unref (key->schema); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | gboolean | 
					
						
							|  |  |  |  | g_settings_schema_key_type_check (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                   GVariant           *value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_return_val_if_fail (value != NULL, FALSE); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return g_variant_is_of_type (value, key->type); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_range_fixup (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                    GVariant           *value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const gchar *target; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (g_settings_schema_key_range_check (key, value)) | 
					
						
							|  |  |  |  |     return g_variant_ref (value); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (key->strinfo == NULL) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (g_variant_is_container (value)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       GVariantBuilder builder; | 
					
						
							|  |  |  |  |       GVariantIter iter; | 
					
						
							|  |  |  |  |       GVariant *child; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_variant_iter_init (&iter, value); | 
					
						
							| 
									
										
										
										
											2024-09-25 11:09:07 -07:00
										 |  |  |  |       g_variant_builder_init_static (&builder, g_variant_get_type (value)); | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |       while ((child = g_variant_iter_next_value (&iter))) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           GVariant *fixed; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           fixed = g_settings_schema_key_range_fixup (key, child); | 
					
						
							|  |  |  |  |           g_variant_unref (child); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           if (fixed == NULL) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |               g_variant_builder_clear (&builder); | 
					
						
							|  |  |  |  |               return NULL; | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           g_variant_builder_add_value (&builder, fixed); | 
					
						
							|  |  |  |  |           g_variant_unref (fixed); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       return g_variant_ref_sink (g_variant_builder_end (&builder)); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   target = strinfo_string_from_alias (key->strinfo, key->strinfo_length, | 
					
						
							|  |  |  |  |                                       g_variant_get_string (value, NULL)); | 
					
						
							|  |  |  |  |   return target ? g_variant_ref_sink (g_variant_new_string (target)) : NULL; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_translated_default (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2022-01-07 19:14:46 -06:00
										 |  |  |  |   const gchar *translated = NULL; | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |   GError *error = NULL; | 
					
						
							|  |  |  |  |   const gchar *domain; | 
					
						
							| 
									
										
										
										
											2022-01-07 19:14:46 -06:00
										 |  |  |  | #ifdef HAVE_USELOCALE
 | 
					
						
							|  |  |  |  |   const gchar *lc_time; | 
					
						
							|  |  |  |  |   locale_t old_locale; | 
					
						
							|  |  |  |  |   locale_t locale; | 
					
						
							|  |  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |   GVariant *value; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   domain = g_settings_schema_get_gettext_domain (key->schema); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (key->lc_char == '\0') | 
					
						
							|  |  |  |  |     /* translation not requested for this key */ | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-07 19:14:46 -06:00
										 |  |  |  | #ifdef HAVE_USELOCALE
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |   if (key->lc_char == 't') | 
					
						
							| 
									
										
										
										
											2022-01-07 19:14:46 -06:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       lc_time = setlocale (LC_TIME, NULL); | 
					
						
							|  |  |  |  |       if (lc_time) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           locale = newlocale (LC_MESSAGES_MASK, lc_time, (locale_t) 0); | 
					
						
							|  |  |  |  |           if (locale != (locale_t) 0) | 
					
						
							|  |  |  |  |             { | 
					
						
							|  |  |  |  |               old_locale = uselocale (locale); | 
					
						
							|  |  |  |  |               translated = g_dgettext (domain, key->unparsed); | 
					
						
							|  |  |  |  |               uselocale (old_locale); | 
					
						
							|  |  |  |  |               freelocale (locale); | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | #endif
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (translated == NULL) | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |     translated = g_dgettext (domain, key->unparsed); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (translated == key->unparsed) | 
					
						
							|  |  |  |  |     /* the default value was not translated */ | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* try to parse the translation of the unparsed default */ | 
					
						
							|  |  |  |  |   value = g_variant_parse (key->type, translated, NULL, NULL, &error); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (value == NULL) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-05-20 17:54:48 -03:00
										 |  |  |  |       g_warning ("Failed to parse translated string '%s' for " | 
					
						
							| 
									
										
										
										
											2014-09-23 10:46:53 +02:00
										 |  |  |  |                  "key '%s' in schema '%s': %s", translated, key->name, | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |                  g_settings_schema_get_id (key->schema), error->message); | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |       g_warning ("Using untranslated default instead."); | 
					
						
							|  |  |  |  |       g_error_free (error); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   else if (!g_settings_schema_key_range_check (key, value)) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-05-20 17:54:48 -03:00
										 |  |  |  |       g_warning ("Translated default '%s' for key '%s' in schema '%s' " | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |                  "is outside of valid range", key->unparsed, key->name, | 
					
						
							| 
									
										
										
										
											2011-11-15 11:39:12 +00:00
										 |  |  |  |                  g_settings_schema_get_id (key->schema)); | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |       g_variant_unref (value); | 
					
						
							|  |  |  |  |       value = NULL; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return value; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_per_desktop_default (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   static const gchar * const *current_desktops; | 
					
						
							|  |  |  |  |   GVariant *value = NULL; | 
					
						
							|  |  |  |  |   gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (!key->desktop_overrides) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |   if (g_once_init_enter_pointer (¤t_desktops)) | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       const gchar *xdg_current_desktop = g_getenv ("XDG_CURRENT_DESKTOP"); | 
					
						
							|  |  |  |  |       gchar **tmp; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (xdg_current_desktop != NULL && xdg_current_desktop[0] != '\0') | 
					
						
							|  |  |  |  |         tmp = g_strsplit (xdg_current_desktop, G_SEARCHPATH_SEPARATOR_S, -1); | 
					
						
							|  |  |  |  |       else | 
					
						
							|  |  |  |  |         tmp = g_new0 (gchar *, 0 + 1); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-11 23:59:52 -07:00
										 |  |  |  |       g_once_init_leave_pointer (¤t_desktops, (const gchar **) tmp); | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   for (i = 0; value == NULL && current_desktops[i] != NULL; i++) | 
					
						
							|  |  |  |  |     value = g_variant_lookup_value (key->desktop_overrides, current_desktops[i], NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return value; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | gint | 
					
						
							|  |  |  |  | g_settings_schema_key_to_enum (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                GVariant           *value) | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-03-05 12:22:51 +00:00
										 |  |  |  |   gboolean it_worked G_GNUC_UNUSED  /* when compiling with G_DISABLE_ASSERT */; | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |   guint result; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   it_worked = strinfo_enum_from_string (key->strinfo, key->strinfo_length, | 
					
						
							|  |  |  |  |                                         g_variant_get_string (value, NULL), | 
					
						
							|  |  |  |  |                                         &result); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* 'value' can only come from the backend after being filtered for validity,
 | 
					
						
							|  |  |  |  |    * from the translation after being filtered for validity, or from the schema | 
					
						
							|  |  |  |  |    * itself (which the schema compiler checks for validity).  If this assertion | 
					
						
							|  |  |  |  |    * fails then it's really a bug in GSettings or the schema compiler... | 
					
						
							|  |  |  |  |    */ | 
					
						
							|  |  |  |  |   g_assert (it_worked); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return result; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-23 15:15:53 +00:00
										 |  |  |  | /* Returns a new floating #GVariant. */ | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_from_enum (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                  gint                value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const gchar *string; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   string = strinfo_string_from_enum (key->strinfo, key->strinfo_length, value); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (string == NULL) | 
					
						
							|  |  |  |  |     return NULL; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return g_variant_new_string (string); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | guint | 
					
						
							|  |  |  |  | g_settings_schema_key_to_flags (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                 GVariant           *value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GVariantIter iter; | 
					
						
							|  |  |  |  |   const gchar *flag; | 
					
						
							|  |  |  |  |   guint result; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   result = 0; | 
					
						
							|  |  |  |  |   g_variant_iter_init (&iter, value); | 
					
						
							|  |  |  |  |   while (g_variant_iter_next (&iter, "&s", &flag)) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2019-03-05 12:22:51 +00:00
										 |  |  |  |       gboolean it_worked G_GNUC_UNUSED  /* when compiling with G_DISABLE_ASSERT */; | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  |       guint flag_value; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       it_worked = strinfo_enum_from_string (key->strinfo, key->strinfo_length, flag, &flag_value); | 
					
						
							|  |  |  |  |       /* as in g_settings_to_enum() */ | 
					
						
							|  |  |  |  |       g_assert (it_worked); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       result |= flag_value; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return result; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-23 15:15:53 +00:00
										 |  |  |  | /* Returns a new floating #GVariant. */ | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_from_flags (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                   guint               value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GVariantBuilder builder; | 
					
						
							|  |  |  |  |   gint i; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-25 11:09:07 -07:00
										 |  |  |  |   g_variant_builder_init_static (&builder, G_VARIANT_TYPE ("as")); | 
					
						
							| 
									
										
										
										
											2011-11-14 17:15:58 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   for (i = 0; i < 32; i++) | 
					
						
							|  |  |  |  |     if (value & (1u << i)) | 
					
						
							|  |  |  |  |       { | 
					
						
							|  |  |  |  |         const gchar *string; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         string = strinfo_string_from_enum (key->strinfo, key->strinfo_length, 1u << i); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         if (string == NULL) | 
					
						
							|  |  |  |  |           { | 
					
						
							|  |  |  |  |             g_variant_builder_clear (&builder); | 
					
						
							|  |  |  |  |             return NULL; | 
					
						
							|  |  |  |  |           } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         g_variant_builder_add (&builder, "s", string); | 
					
						
							|  |  |  |  |       } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return g_variant_builder_end (&builder); | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:24 -04:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | G_DEFINE_BOXED_TYPE (GSettingsSchemaKey, g_settings_schema_key, g_settings_schema_key_ref, g_settings_schema_key_unref) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_ref: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Increase the reference count of @key, returning a new reference. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full): a new reference to @key | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:24 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | GSettingsSchemaKey * | 
					
						
							|  |  |  |  | g_settings_schema_key_ref (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_return_val_if_fail (key != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_atomic_int_inc (&key->ref_count); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return key; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_unref: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Decrease the reference count of @key, possibly freeing it. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | void | 
					
						
							|  |  |  |  | g_settings_schema_key_unref (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_return_if_fail (key != NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (g_atomic_int_dec_and_test (&key->ref_count)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       g_settings_schema_key_clear (key); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_slice_free (GSettingsSchemaKey, key); | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_get_key: | 
					
						
							|  |  |  |  |  * @schema: a #GSettingsSchema | 
					
						
							|  |  |  |  |  * @name: the name of a key | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the key named @name from @schema. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * It is a programmer error to request a key that does not exist.  See | 
					
						
							|  |  |  |  |  * g_settings_schema_list_keys(). | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full): the #GSettingsSchemaKey for @name | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:24 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | GSettingsSchemaKey * | 
					
						
							|  |  |  |  | g_settings_schema_get_key (GSettingsSchema *schema, | 
					
						
							|  |  |  |  |                            const gchar     *name) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GSettingsSchemaKey *key; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_return_val_if_fail (schema != NULL, NULL); | 
					
						
							|  |  |  |  |   g_return_val_if_fail (name != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   key = g_slice_new (GSettingsSchemaKey); | 
					
						
							|  |  |  |  |   g_settings_schema_key_init (key, schema, name); | 
					
						
							|  |  |  |  |   key->ref_count = 1; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return key; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-26 09:50:34 +00:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_name: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the name of @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer none): the name of @key. | 
					
						
							| 
									
										
										
										
											2015-01-26 09:50:34 +00:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.44 | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | const gchar * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_name (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_return_val_if_fail (key != NULL, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return key->name; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_summary: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the summary for @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If no summary has been provided in the schema for @key, returns | 
					
						
							|  |  |  |  |  * %NULL. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * The summary is a short description of the purpose of the key; usually | 
					
						
							|  |  |  |  |  * one short sentence.  Summaries can be translated and the value | 
					
						
							|  |  |  |  |  * returned from this function is is the current locale. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function is slow.  The summary and description information for | 
					
						
							|  |  |  |  |  * the schemas is not stored in the compiled schema database so this | 
					
						
							|  |  |  |  |  * function has to parse all of the source XML files in the schema | 
					
						
							|  |  |  |  |  * directory. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (nullable) (transfer none): the summary for @key, or %NULL | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.34 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | const gchar * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_summary (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GHashTable **text_tables; | 
					
						
							|  |  |  |  |   GHashTable *summaries; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   text_tables = g_settings_schema_source_get_text_tables (key->schema->source); | 
					
						
							|  |  |  |  |   summaries = g_hash_table_lookup (text_tables[0], key->schema->id); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return summaries ? g_hash_table_lookup (summaries, key->name) : NULL; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_description: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the description for @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * If no description has been provided in the schema for @key, returns | 
					
						
							|  |  |  |  |  * %NULL. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * The description can be one sentence to several paragraphs in length. | 
					
						
							|  |  |  |  |  * Paragraphs are delimited with a double newline.  Descriptions can be | 
					
						
							|  |  |  |  |  * translated and the value returned from this function is is the | 
					
						
							|  |  |  |  |  * current locale. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function is slow.  The summary and description information for | 
					
						
							|  |  |  |  |  * the schemas is not stored in the compiled schema database so this | 
					
						
							|  |  |  |  |  * function has to parse all of the source XML files in the schema | 
					
						
							|  |  |  |  |  * directory. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (nullable) (transfer none): the description for @key, or %NULL | 
					
						
							| 
									
										
										
										
											2013-10-26 18:57:55 -04:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.34 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | const gchar * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_description (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GHashTable **text_tables; | 
					
						
							|  |  |  |  |   GHashTable *descriptions; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   text_tables = g_settings_schema_source_get_text_tables (key->schema->source); | 
					
						
							|  |  |  |  |   descriptions = g_hash_table_lookup (text_tables[1], key->schema->id); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return descriptions ? g_hash_table_lookup (descriptions, key->name) : NULL; | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_value_type: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the #GVariantType of @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer none): the type of @key | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | const GVariantType * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_value_type (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   g_return_val_if_fail (key, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return key->type; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_default_value: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Gets the default value for @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Note that this is the default value according to the schema.  System | 
					
						
							|  |  |  |  |  * administrator defaults and lockdown are not visible via this API. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full): the default value for the key | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_default_value (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   GVariant *value; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   g_return_val_if_fail (key, NULL); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   value = g_settings_schema_key_get_translated_default (key); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-02 11:08:17 +01:00
										 |  |  |  |   if (!value) | 
					
						
							|  |  |  |  |     value = g_settings_schema_key_get_per_desktop_default (key); | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |   if (!value) | 
					
						
							|  |  |  |  |     value = g_variant_ref (key->default_value); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return value; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_get_range: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Queries the range of a key. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * This function will return a #GVariant that fully describes the range | 
					
						
							|  |  |  |  |  * of values that are valid for @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-06 08:04:52 -05:00
										 |  |  |  |  * The type of #GVariant returned is `(sv)`. The string describes | 
					
						
							|  |  |  |  |  * the type of range restriction in effect. The type and meaning of | 
					
						
							|  |  |  |  |  * the value contained in the variant depends on the string. | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-06 08:04:52 -05:00
										 |  |  |  |  * If the string is `'type'` then the variant contains an empty array. | 
					
						
							|  |  |  |  |  * The element type of that empty array is the expected type of value | 
					
						
							|  |  |  |  |  * and all values of that type are valid. | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-06 08:04:52 -05:00
										 |  |  |  |  * If the string is `'enum'` then the variant contains an array | 
					
						
							|  |  |  |  |  * enumerating the possible values. Each item in the array is | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * a possible valid value and no other values are valid. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2014-02-06 08:04:52 -05:00
										 |  |  |  |  * If the string is `'flags'` then the variant contains an array. Each | 
					
						
							|  |  |  |  |  * item in the array is a value that may appear zero or one times in an | 
					
						
							|  |  |  |  |  * array to be used as the value for this key. For example, if the | 
					
						
							|  |  |  |  |  * variant contained the array `['x', 'y']` then the valid values for | 
					
						
							|  |  |  |  |  * the key would be `[]`, `['x']`, `['y']`, `['x', 'y']` and | 
					
						
							|  |  |  |  |  * `['y', 'x']`. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Finally, if the string is `'range'` then the variant contains a pair | 
					
						
							|  |  |  |  |  * of like-typed values -- the minimum and maximum permissible values | 
					
						
							|  |  |  |  |  * for this key. | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * This information should not be used by normal programs.  It is | 
					
						
							|  |  |  |  |  * considered to be a hint for introspection purposes.  Normal programs | 
					
						
							|  |  |  |  |  * should already know what is permitted by their own schema.  The | 
					
						
							|  |  |  |  |  * format may change in any way in the future -- but particularly, new | 
					
						
							|  |  |  |  |  * forms may be added to the possibilities described above. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * You should free the returned value with g_variant_unref() when it is | 
					
						
							|  |  |  |  |  * no longer needed. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-09-07 18:47:11 +10:00
										 |  |  |  |  * Returns: (not nullable) (transfer full): a #GVariant describing the range | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | GVariant * | 
					
						
							|  |  |  |  | g_settings_schema_key_get_range (GSettingsSchemaKey *key) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   const gchar *type; | 
					
						
							|  |  |  |  |   GVariant *range; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (key->minimum) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       range = g_variant_new ("(**)", key->minimum, key->maximum); | 
					
						
							|  |  |  |  |       type = "range"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   else if (key->strinfo) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       range = strinfo_enumerate (key->strinfo, key->strinfo_length); | 
					
						
							|  |  |  |  |       type = key->is_flags ? "flags" : "enum"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   else | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       range = g_variant_new_array (key->type, NULL, 0); | 
					
						
							|  |  |  |  |       type = "type"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return g_variant_ref_sink (g_variant_new ("(sv)", type, range)); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /**
 | 
					
						
							|  |  |  |  |  * g_settings_schema_key_range_check: | 
					
						
							|  |  |  |  |  * @key: a #GSettingsSchemaKey | 
					
						
							|  |  |  |  |  * @value: the value to check | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-06-16 11:14:03 +01:00
										 |  |  |  |  * Checks if the given @value is within the | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * permitted range for @key. | 
					
						
							|  |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-06-16 11:14:03 +01:00
										 |  |  |  |  * It is a programmer error if @value is not of the correct type — you | 
					
						
							| 
									
										
										
										
											2013-10-27 17:03:04 -07:00
										 |  |  |  |  * must check for this first. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Returns: %TRUE if @value is valid for @key | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * Since: 2.40 | 
					
						
							|  |  |  |  |  **/ | 
					
						
							|  |  |  |  | gboolean | 
					
						
							|  |  |  |  | g_settings_schema_key_range_check (GSettingsSchemaKey *key, | 
					
						
							|  |  |  |  |                                    GVariant           *value) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (key->minimum == NULL && key->strinfo == NULL) | 
					
						
							|  |  |  |  |     return TRUE; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (g_variant_is_container (value)) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       gboolean ok = TRUE; | 
					
						
							|  |  |  |  |       GVariantIter iter; | 
					
						
							|  |  |  |  |       GVariant *child; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       g_variant_iter_init (&iter, value); | 
					
						
							|  |  |  |  |       while (ok && (child = g_variant_iter_next_value (&iter))) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |           ok = g_settings_schema_key_range_check (key, child); | 
					
						
							|  |  |  |  |           g_variant_unref (child); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       return ok; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (key->minimum) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       return g_variant_compare (key->minimum, value) <= 0 && | 
					
						
							|  |  |  |  |              g_variant_compare (value, key->maximum) <= 0; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return strinfo_is_string_valid (key->strinfo, key->strinfo_length, | 
					
						
							|  |  |  |  |                                   g_variant_get_string (value, NULL)); | 
					
						
							|  |  |  |  | } |