pidgin 2.14.14dev
|
GINT_TO_POINTER(all)
) NULL
message. NULL
message. purple_connection_error(gc, text)
is equivalent to calling purple_connection_error_reason(gc, reason, text)
where reason
is PURPLE_CONNECTION_ERROR_OTHER_ERROR if gc->wants_to_die
is TRUE
, and PURPLE_CONNECTION_ERROR_NETWORK_ERROR if not. (This is to keep auto-reconnection behaviour the same when using old prpls which don't use reasons yet.)