Function

Purpleserv_send_im

since: 3.0

Declaration [src]

int
purple_serv_send_im (
  PurpleConnection* gc,
  PurpleMessage* msg
)

Description [src]

Sends the message to the user through the required protocol.

Available since: 3.0

Parameters

gc

Type: PurpleConnection

The connection over which to send the typing notification.

The data is owned by the caller of the function.
msg

Type: PurpleMessage

The message.

The data is owned by the caller of the function.

Return value

Type: int

The error value returned from the protocol interface function.