Method

GtkDirectoryListset_attributes

Declaration [src]

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

Description [src]

Sets the attributes to be enumerated and starts the enumeration.

If attributes is NULL, no attributes will be queried, but a list of GFileInfos will still be created.

Parameters

attributes

Type: const char*

The attributes to enumerate.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.