to_string


Description:

public string to_string ()

Convert the setting (including secrets!) into a string.

For debugging purposes ONLY, should NOT be used for serialization of the setting, or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.

Parameters:

this

the Setting

Returns:

an allocated string containing a textual representation of the setting's properties and values, which the caller should free with g_free