Function

Gio-2.0Giodbus_unescape_object_pathSince 2.68

  • 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().

    2.68