Escape arbitrary_text
such that it's a valid key element (i.e. one
part of the key path). The escaped key won't pass gconf_valid_key()
because it isn't a whole key (i.e. it doesn't have a preceding
slash), but prepending a slash to the escaped text should always
result in a valid key.
some text in any encoding or format
length of arbitrary_text
in bytes, or -1 if arbitrary_text
is nul-terminated
Converts a string escaped with gconf_escape_key() back into its original form.
a key created with gconf_escape_key()
length of escaped_key
in bytes, or -1 if escaped_key
is nul-terminated
Detach from the config server and release all related resources