Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt/_gen/svc-channel.h>
Inherits Tp::AbstractAdaptor.
Adaptor class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Interface.FileTransfer.Metadata".
QString Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::ServiceName | ( | ) | const |
Return the value of the exported D-Bus object property ServiceName
of type QString
.
Adaptees should export this property as a Qt property named 'serviceName' with type QString.
A string representing the service name that will be used over the file transfer channel. This property is equivalent to the ChannelTypeDBusTubeInterface::ServiceName and ChannelTypeStreamTubeInterface::Service properties. If no service name is given then this property will be the empty string.
ServiceName
. void Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::SetServiceName | ( | const QString & | newValue | ) |
Set the value of the exported D-Bus object property ServiceName
of type QString
.
Adaptees should export this property as a writable Qt property named 'serviceName' with type QString.
A string representing the service name that will be used over the file transfer channel. This property is equivalent to the ChannelTypeDBusTubeInterface::ServiceName and ChannelTypeStreamTubeInterface::Service properties. If no service name is given then this property will be the empty string.
Return the value of the exported D-Bus object property Metadata
of type Tp::Metadata
.
Adaptees should export this property as a Qt property named 'metadata' with type Tp::Metadata.
Additional information about the file transfer set by the channel initiator. If no additional information is given then this property will be empty.
Metadata
. void Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::SetMetadata | ( | const Tp::Metadata & | newValue | ) |
Set the value of the exported D-Bus object property Metadata
of type Tp::Metadata
.
Adaptees should export this property as a writable Qt property named 'metadata' with type Tp::Metadata.
Additional information about the file transfer set by the channel initiator. If no additional information is given then this property will be empty.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |