Signal
PurpleFileTransferManager::added
unstable since: 3.0
Declaration
void
added (
PurpleFileTransferManager* self,
PurpleFileTransfer* transfer,
gpointer user_data
)
Description [src]
Emitted when a file transfer is added to manager
.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0 |
Parameters
transfer
-
Type:
PurpleFileTransfer
The
PurpleFileTransfer
that was added.The data is owned by the caller of the function.