Signal
PurpleXfer::data-not-sent
since: 3.0.0
Declaration
gboolean
data_not_sent (
PurpleXfer* self,
gpointer buffer,
gulong size,
gpointer user_data
)
Description [src]
Notify the UI that not all the data read in was written. The UI should re-enqueue this data and return it the next time read is called.
If you connect to this signal, you must connect to
PurpleXfer::open-local
, PurpleXfer::query-local
,
PurpleXfer::read-local
and PurpleXfer::write-local
as well.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |