Method

GioSettingsrange_check

deprecated: 2.40 since: 2.28

Declaration

gboolean
g_settings_range_check (
  GSettings* settings,
  const gchar* key,
  GVariant* value
)

Description

Checks if the given value is of the correct type and within the permitted range for key.

Available since: 2.28

Deprecated since: 2.40

Use g_settings_schema_key_range_check() instead.

Parameters

key

Type: const gchar*

The key to check.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: GVariant

The value to check.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if value is valid for key.