Function

Idepath_is_ignored

Declaration

gboolean
ide_path_is_ignored (
  const gchar* path
)

Description

Checks if path should be ignored using the global file ignores registered with Builder.

Parameters

path

Type: const gchar*

The path to the file.

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 path should be ignored, otherwise FALSE.