Constructor
GtkDirectoryListnew
Declaration [src]
GtkDirectoryList*
gtk_directory_list_new (
  const char* attributes,
  GFile* file
)
Description [src]
Creates a new GtkDirectoryList.
The GtkDirectoryList is querying the given file
with the given attributes.
Parameters
| attributes | const char* | 
| The attributes to query with. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
| file | GFile* | 
| The file to query. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GtkDirectoryList | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |