1al_init_native_dialog_addon(3)                  al_init_native_dialog_addon(3)
2
3
4

NAME

6       al_init_native_dialog_addon - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              bool al_init_native_dialog_addon(void)
12

DESCRIPTION

14       Initialise the native dialog addon.
15
16       Returns true on success, false on error.
17

SINCE

19       5.0.9, 5.1.0
20
21              Note:  Prior  to  Allegro 5.1.0 native dialog functions could be
22              called without explicit initialisation, but that is  now  depre‐
23              cated.   Future  functionality  may require explicit initialisa‐
24              tion.  An exception is al_show_native_message_box(3), which  may
25              be  useful  to  show  an  error message if Allegro fails to ini‐
26              tialise.
27

SEE ALSO

29       al_shutdown_native_dialog_addon(3)
30
31
32
33Allegro reference manual                        al_init_native_dialog_addon(3)
Impressum