Top | ![]() |
![]() |
![]() |
![]() |
EAlertSink is implemented by EHTMLEditor, EPreviewPane, ESourceConfigDialog and EWebView.
A widget that implements EAlertSink means it can handle EAlerts, usually by displaying them to the user.
void e_alert_sink_submit_alert (EAlertSink *alert_sink
,EAlert *alert
);
This function is a place to pass EAlert objects. Beyond that it has no well-defined behavior. It's up to the widget implementing the EAlertSink interface to decide what to do with them.