Struct
PurpleConnectionErrorInfo
Description [src]
struct PurpleConnectionErrorInfo {
PurpleConnectionError type;
char* description;
}
Holds the type of an error along with its description.
Structure members
type |
The type of error. |
description |
A localised, human-readable description of the error. |
Constructors
purple_connection_error_info_new
Creates a new error info with the given properties.
Available since: 3.0.0