dialog_cancel()

Cancel a dialog.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_cancel(dialog_instance_t dialog)

Arguments:

dialog

The dialog to cancel.

Library:

libbps

Description:

The dialog_cancel() function cancels the specified dialog that is already displayed.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.