Provided by: allegro5-doc_5.2.9.1+dfsg-2_all bug

NAME

       al_show_native_file_dialog - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro_native_dialog.h>

              bool al_show_native_file_dialog(ALLEGRO_DISPLAY *display,
                 ALLEGRO_FILECHOOSER *dialog)

DESCRIPTION

       Show the dialog window.  The display may be NULL, otherwise the given display is treated as the parent if
       possible.

       This  function blocks the calling thread until it returns, so you may want to spawn a thread with al_cre‐
       ate_thread(3alleg5) and call it from inside that thread.

       Returns true on success, false on failure.

Allegro reference manual                                                     al_show_native_file_dialog(3alleg5)