DirectoryList.this

Creates a new gtk.directory_list.DirectoryList.

The gtk.directory_list.DirectoryList is querying the given file with the given attributes.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string attributes, gio.file.File file)
    class DirectoryList
    this
    (
    string attributes = null
    ,)

Parameters

attributes string

The attributes to query with

file gio.file.File

The file to query

Return Value