Signal

PurpleFileTransferManager::transfer-changed

since: 3.0

Declaration

void
transfer_changed (
  PurpleFileTransferManager* self,
  PurpleFileTransfer* transfer,
  GObject.ParamSpec* pspec,
  gpointer user_data
)

Description [src]

This is a propagation of the notify signal from transfer. This means that your callback will be called for any file transfer that manager knows about.

This also supports details, so you can specify the signal name as something like transfer-changed::state and your callback will only be called when the state property of transfer has been changed.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

The signal can be detailed
Available since: 3.0

Parameters

transfer

Type: PurpleFileTransfer

The transfer that changed.

The data is owned by the caller of the function.
pspec

Type: GParamSpec

The GParamSpec for the property that changed.

The data is owned by the caller of the function.