Valadoc | Vala | Tutorial | API-References | Markup

unescape_key


Description:

public unowned string unescape_key (string escaped_key, int len)

Converts a string escaped with escape_key back into its original form.

Parameters:

len length of escaped_key in bytes, or -1 if escaped_key is nul-terminated
escaped_key a key created with escape_key

Returns:

the original string that was escaped to create escaped_key

Namespace: GConf
Package: gconf-2.0