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.

since: 3.0.0

Instance methods

purple_connection_error_info_copy

Creates a copy of info.

since: 3.0.0

purple_connection_error_info_free

Frees the memory associated with info.

since: 3.0.0