方法

GioFileInfoset_attribute_string

声明 [源代码]

void
g_file_info_set_attribute_string (
  GFileInfo* info,
  const char* attribute,
  const char* attr_value
)

描述 [源代码]

如果可能,将 attribute 设置为包含给定的 attr_value

参数

attribute

类型: const char*

文件属性键。

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

类型: const char*

一个UTF-8字符串。

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