Signal
PurpleXfer::query-local
since: 3.0.0
Description [src]
Query a file’s properties locally.
The default class handler will query a file using standard library
functions, and set the transfer’s size. If you connect to this signal,
you should try to do the same, but it is not necessarily an error if you
cannot. If you connect to this signal, you must connect to
PurpleXfer::open-local
, PurpleXfer::read-local
,
PurpleXfer::write-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 |