dialog_show()
Display a dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_show(dialog_instance_t dialog)
Arguments:
- dialog
-
The dialog to display.
Library:
libbpsDescription:
The dialog_show() function displays the specified dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.