Function

RBuri_is_hidden

Declaration [src]

gboolean
rb_uri_is_hidden (
  const char* uri
)

Description [src]

Checks if uri is hidden, according to the Unix filename convention. If the filename component of uri begins with a dot, the file is considered hidden.

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 hidden.