方法

GtkDirectoryListset_attributes

声明 [src]

void
gtk_directory_list_set_attributes (
  GtkDirectoryList* self,
  const char* attributes
)

描述 [src]

设置要枚举的 attributes 并开始枚举。

如果 attributesNULL,则还会创建文件信息列表,但不会包含任何额外属性。

参数

attributes

类型: const char*

要枚举的属性。

参数可以为 NULL
数据由方法调用者拥有。
值是一个以 NUL 结束的 UTF-8 字符串。