Function

Soupuri_equal

since: 3.0

Declaration [src]

gboolean
soup_uri_equal (
  GUri* uri1,
  GUri* uri2
)

Description [src]

Tests whether or not uri1 and uri2 are equal in all parts.

Available since: 3.0

Parameters

uri1

Type: GUri

A GUri.

The data is owned by the caller of the function.
uri2

Type: GUri

Another GUri.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if equal otherwise FALSE.