Top |
File transfer Metadata interfaceFile transfer Metadata interface — GInterface to implement metadata file transfer interface |
The Metadata file transfer channel interface exists to provide a mechanism to include arbitrary additional information in file transfers. For example, one might want to send a document and include the number of times the character P appeared in the file, so would add NumberOfPs=42 to the Metadata property.
typedef struct _TpSvcChannelInterfaceFileTransferMetadata1 TpSvcChannelInterfaceFileTransferMetadata1;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcChannelInterfaceFileTransferMetadata1Class TpSvcChannelInterfaceFileTransferMetadata1Class;
The class of TpSvcChannelInterfaceFileTransferMetadata1.
This interface has no D-Bus methods, so an
implementation can typically pass NULL
to
G_IMPLEMENT_INTERFACE()
as the interface
initialization function.