[Telepathy] tp-qt4 FileTransfer API proposal
Kenneth Rohde Christiansen
kenneth.christiansen at gmail.com
Tue Sep 1 09:52:19 PDT 2009
>> void transferredBytesChanged(qulonglong count);
>>
>> progressChanged?
>
> Spec compliant, the signal on the spec is called transferredBytesChanged.
But then again, do you expect the users of this client API to actually
read the spec? :-)
>> void initialOffsetDefined(qulonglong offset);
>>
>> Does this really make sense as a signal?
> This is needed in case you want to resume a filetransfer, you need to use
> the offset, ...
> The spec explains this better.
I understand that you need it, but does it have to be a signal?
Anyway, what about
void resumed(qulonglong offset); ?
Cheers,
Kenneth
More information about the telepathy
mailing list