方法

GioFileAttributeMatchermatches_only

声明 [src]

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

描述 [src]

检查一个属性匹配器是否仅匹配指定的属性。如果创建匹配器时使用了“*”,则始终返回FALSE

参数

属性

类型: const char*

文件属性密钥。

数据由方法调用者拥有。
值是空终止的UTF-8字符串。

返回值

类型: gboolean

TRUE 如果匹配器仅匹配属性FALSE 否则。