Signal
PurpleXfer::write-local
since: 3.0.0
Description [src]
Write data received from the protocol locally. The signal handler must deal with the entire buffer and return size, or it is treated as an error.
The default class handler will write to a file using standard library
functions. If you connect to this signal, you must connect to
PurpleXfer::open-local
, PurpleXfer::query-local
,
PurpleXfer::read-local
and PurpleXfer::data-not-sent
as well.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |