Method

PurpleConnectionget_error_info

since: 3.0

Declaration [src]

PurpleConnectionErrorInfo*
purple_connection_get_error_info (
  PurpleConnection* gc
)

Description [src]

Returns the PurpleConnectionErrorInfo instance of a connection if an error exists.

Available since: 3.0

Return value

Type: PurpleConnectionErrorInfo

The PurpleConnectionErrorInfo instance of the connection if an error exists, NULL otherwise.

The caller of the method takes ownership of the data, and is responsible for freeing it.