to_hash


Description:

public HashTable<string,Value?> to_hash (SettingHashFlags flags)

Converts the Setting into a GenericSet mapping each setting property name to a GValue describing that property, suitable for marshalling over D-Bus or serializing.

The mapping is string to GValue.

Parameters:

this

the Setting

flags

hash flags, e.g. ALL

Returns:

a new GenericSet describing the setting's properties