Method
PurpleConnectionget_error_info
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.0 |
Return value
Returns: | PurpleConnectionErrorInfo |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |