Virtual Method
GioSettingsBackendread
Declaration [src]
GVariant*
read (
  GSettingsBackend* backend,
  const gchar* key,
  const GVariantType* expected_type,
  gboolean default_value
)
Parameters
- key
- 
            Type: const gchar*No description available. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- expected_type
- 
            Type: GVariantTypeNo description available. The data is owned by the caller of the method. 
- default_value
- 
            Type: gbooleanNo description available. 
Return value
Type: GVariant
No description available.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |