Signals:
void (*signing_on)(PurpleConnection *gc);
- Description:
- Emitted when a connection is about to sign on.
- Parameters:
-
| gc | The connection that is about to sign on. |
void (*signed_on)(PurpleConnection *gc);
- Description:
- Emitted when a connection has signed on.
- Parameters:
-
| gc | The connection that has signed on. |
void (*signing_off)(PurpleConnection *gc);
- Description:
- Emitted when a connection is about to sign off.
- Parameters:
-
| gc | The connection that is about to sign off. |
void (*signed_off)(PurpleConnection *gc);
- Description:
- Emitted when a connection has signed off.
- Parameters:
-
| gc | The connection that has signed off. |