Signal
CamelSession::user-alert
Declaration
void
user_alert (
CamelSession* self,
CamelService* service,
CamelSessionAlertType type,
gchar* message,
gpointer user_data
)
Description [src]
This purpose of this signal is to propagate a server-issued alert
message from service to a user interface. The type hints at the
severity of the alert message.
| Default handler: The default handler is called after the handlers added via |
Parameters
service-
Type:
CamelServiceThe
CamelServiceissuing the alert.The data is owned by the caller of the function. type-
Type:
CamelSessionAlertTypeThe
CamelSessionAlertType. message-
Type:
gchar*The alert message.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.