Method
FoundryFileSearchOptionsset_excluded_patterns
unstable since: 1.1
Declaration [src]
void
foundry_file_search_options_set_excluded_patterns (
FoundryFileSearchOptions* self,
const char* const* excluded_patterns
)
Description [src]
Sets the excluded file patterns.
These patterns define which files should be excluded from the search. Files that match any of these patterns will be skipped during the search. The patterns use shell-style globbing (e.g. “*.o”).
Available since: 1.1
| Sets property | Foundry.FileSearchOptions:excluded-patterns |