Unescapes an string that was previously escaped with
g_dbus_escape_object_path(). If the string is in a format that could
not have been returned by g_dbus_escape_object_path(), this function
returns null.
Encoding alphanumeric characters which do not need to be
encoded is not allowed (e.g _63 is not valid, the string
should contain c instead).
Parameters
s: string
the string to unescape
Returns Uint8Array<ArrayBufferLike>
an unescaped version of s, or null if s is not a string returned from g_dbus_escape_object_path(). Free with g_free().
Unescapes an string that was previously escaped with
g_dbus_escape_object_path(). If the string is in a format that could not have been returned byg_dbus_escape_object_path(), this function returnsnull.Encoding alphanumeric characters which do not need to be encoded is not allowed (e.g
_63is not valid, the string should containcinstead).