void (*signing_on)(GaimConnection *gc);
gc | The connection that is about to sign on. |
void (*signed_on)(GaimConnection *gc);
gc | The connection that has signed on. |
void (*signing_off)(GaimConnection *gc);
gc | The connection that is about to sign off. |
void (*signed_off)(GaimConnection *gc);
gc | The connection that has signed off. |