Function
Purpleserv_send_file
Declaration [src]
void
purple_serv_send_file (
PurpleConnection* gc,
const char* who,
const char* file
)
Parameters
gc
-
Type:
PurpleConnection
The connection on which the message was received.
The data is owned by the caller of the function. who
-
Type:
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
-
Type:
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.