Function
Purpleserv_send_im
Declaration [src]
int
purple_serv_send_im (
PurpleConnection* gc,
PurpleMessage* msg
)
Parameters
gc |
PurpleConnection |
The connection over which to send the typing notification. |
|
The data is owned by the caller of the function. | |
msg |
PurpleMessage |
The message. |
|
The data is owned by the caller of the function. |