API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
gboolean g_file_attribute_matcher_matches ( GFileAttributeMatcher* matcher, const char* attribute )
检查属性是否将被属性匹配器匹配。如果匹配器是用“*”匹配字符串创建的,这个函数将始终返回 TRUE。
TRUE
attribute
类型: const char*
const char*
文件属性键。
类型: gboolean
gboolean
如果 attribute 匹配 matcher,则返回 TRUE。否则返回 FALSE。
matcher
FALSE