方法
GioFileAttributeMatcherto_string
自 2.32 版本开始
声明 [src]
char*
g_file_attribute_matcher_to_string (
GFileAttributeMatcher* matcher
)
描述 [src]
打印出匹配器将要匹配的内容。格式将与传递给 g_file_attribute_matcher_new() 的格式相同。然而,输出可能与实际生成的格式不完全相同,因为匹配器可能会选择使用不同的顺序或省略不必要的部分。
自 2.32 版本开始可用