to_string
Description:
Convert the setting 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 (including secrets!), which the caller should free with g_free |