dialog_create_alert()
Create an alert dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_create_alert(dialog_instance_t *dialog)
Arguments:
- dialog
-
This will be populated with the newly created dialog instance.
Library:
libbpsDescription:
The dialog_create_alert() function creates an alert dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.