Function

GLib-2.0GLiburi_parseSince 2.66

  • Parses uri_string according to flags. If the result is not a valid absolute URI, it will be discarded, and an error returned.

    Parameters

    • uri_string: string

      a string representing an absolute URI

    • flags: GLib.UriFlags

      flags describing how to parse uri_string

    Returns GLib.Uri

    a new GLib.Uri, or NULL on error.

    2.66

    GLib.Error