Signal
PurpleFileTransferManager::transfer-changed
unstable 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   | 
| The signal can be detailed | 
| Available since: 3.0 | 
Parameters
transfer- 
            
Type:
PurpleFileTransferThe transfer that changed.
The data is owned by the caller of the function.  pspec- 
            
Type:
GParamSpecThe
GParamSpecfor the property that changed.The data is owned by the caller of the function.