Method

GtkBookmarkListset_attributes

Declaration [src]

void
gtk_bookmark_list_set_attributes (
  GtkBookmarkList* 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 method.
The value is a NUL terminated UTF-8 string.