Method

Gtk.DirectoryList.set_file

Declaration [src]

void
gtk_directory_list_set_file (
  GtkDirectoryList* self,
  GFile* file
)

Description [src]

Sets the file to be enumerated and starts the enumeration.

If file is NULL, the result will be an empty list.

Sets propertyGtk.DirectoryList:file

Parameters

file GFile*
 

the GFile to be enumerated

 Can be NULL
 Ownership is not transferred to the callee