Function

RBuri_is_writable

Declaration [src]

gboolean
rb_uri_is_writable (
  const char* uri
)

Description [src]

Checks if the user can write to the resource identified by uri.

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 is writable.