Method

PurpleProtocolFileTransferimplements_send

unstable since: 3.0

Declaration [src]

gboolean
purple_protocol_file_transfer_implements_send (
  PurpleProtocolFileTransfer* protocol
)

Description [src]

Checks whether or not sending files is implemented.

This checks if Purple.ProtocolFileTransferInterface.send_async and Purple.ProtocolFileTransferInterface.send_finish are implemented.

Available since: 3.0

Return value

Type: gboolean

True if the send virtual functions are implemented.