


% -*- texinfo -*-
% @deftypefn {Function File} zenity_file_selection(@var{title}, @var{option1}, ...)
% Opens a file selection dialog.
% The variable @var{title} sets the title of the file selection window.
% The optional string arguments can be
% @table @samp
% @item save
% The file selection dialog is a dialog for saving files.
% @item multiple
% It is possible to select multiple files.
% @item directory
% It is possible to select directories as well as files.
% @item Anything else
% The argument will be the default selected file.
% @end table
% and @code{error}.
%
% @seealso{zenity_calendar, zenity_list, zenity_progress, zenity_entry, zenity_message,
% zenity_text_info, zenity_notification}
% @end deftypefn