方法

声明 [src]

gboolean
g_file_attribute_matcher_matches (
  GFileAttributeMatcher* matcher,
  const char* attribute
)

说明 [src]

检查属性是否将被属性匹配器匹配。如果匹配器是用“*”匹配字符串创建的,这个函数将始终返回 TRUE

参数

attribute

类型: const char*

文件属性键。

数据由方法的调用者拥有。
值是一个以 NUL 结尾的 UTF-8 字符串。

返回值

类型: gboolean

如果 attribute 匹配 matcher,则返回 TRUE。否则返回 FALSE