API版本:2.0
库版本:2.83.2
由gi-docgen 2024.1生成
char* g_file_info_get_attribute_as_string ( GFileInfo* info, const char* attribute )
获取属性值的字符串形式。根据需要转义,以确保字符串是有效的 UTF-8。
attribute
类型: const char*
const char*
一个文件属性键。
类型: char*
char*
与给定 attribute 关联的 UTF-8 字符串,如果未设置属性,则返回 NULL。当使用完毕字符串时,必须使用 g_free() 释放。
NULL