Method
FoundryAdwFileRowset_file_type
unstable since: 1.1
Declaration [src]
void
foundry_file_row_set_file_type (
FoundryFileRow* self,
GFileType file_type
)
Description [src]
file_type must be either G_FILE_TYPE_REGULAR or
G_FILE_TYPE_DIRECTORY.
Changing this property while the user is selecting a file is undefined behavior.
Available since: 1.1
| Sets property | FoundryAdw.FileRow:file-type |
Parameters
file_type-
Type:
GFileTypeThe type of file to select.