Function
Purpleserv_send_file
Declaration [src]
void
purple_serv_send_file (
PurpleConnection* gc,
const char* who,
const char* file
)
Parameters
gc |
PurpleConnection |
The connection on which the message was received. |
|
The data is owned by the caller of the function. | |
who |
const char* |
The name of the user to who send the file. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
file |
const char* |
The filename to send. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |