方法

GioFileInfoset_attribute_int64

声明 [src]

void
g_file_info_set_attribute_int64 (
  GFileInfo* info,
  const char* attribute,
  gint64 attr_value
)

描述 [src]

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

参数

attribute

类型: const char*

要设置的属性名称。

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

类型: gint64

要设置属性为的 Int64 值。