Function

RBuri_exists

Declaration [src]

gboolean
rb_uri_exists (
  const char* uri
)

Description [src]

Checks if a URI identifies a resource that exists.

Parameters

uri

Type: const char*

A URI to check.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if uri exists.