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

Parameters

file_type

Type: GFileType

The type of file to select.