Method

Gtk.BookmarkList.set_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 const char*
 

the attributes to enumerate

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string