| 844 | } |
| 845 | |
| 846 | void FileRules::insertPathSearchRule(size_t ruleIndex) |
| 847 | { |
| 848 | return insertRule(ruleIndex, FileRules::FilePathSearchRuleName, nullptr, nullptr); |
| 849 | } |
| 850 | |
| 851 | void FileRules::setDefaultRuleColorSpace(const char * colorSpace) |
| 852 | { |
no outgoing calls