void (*signing_on)(PurpleConnection *gc);
gc | The connection that is about to sign on. |
void (*signed_on)(PurpleConnection *gc);
gc | The connection that has signed on. |
void (*signing_off)(PurpleConnection *gc);
gc | The connection that is about to sign off. |
void (*signed_off)(PurpleConnection *gc);
gc | The connection that has signed off. |
void (*connection_error)(PurpleConnection *gc, PurpleConnectionError err, const gchar *desc)
gc | The connection on which the error has occured | |
err | The error that occured | |
desc | A description of the error, giving more information. |