diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-31 12:35:13 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-02 12:58:44 +0100 |
commit | 73f331d53da7ff19e791237d23854dfe382a8432 (patch) | |
tree | 730bf939bc1b5c9d262e08c2c74e9b00e272bb9b /extensions | |
parent | 1a529406dcf1e6ea7506a274ec5eff909125ad9e (diff) |
stop generating FileTransfer.URI API
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Channel_Type_FileTransfer_Future.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/extensions/Channel_Type_FileTransfer_Future.xml b/extensions/Channel_Type_FileTransfer_Future.xml index 17c2ff23a..b155136e0 100644 --- a/extensions/Channel_Type_FileTransfer_Future.xml +++ b/extensions/Channel_Type_FileTransfer_Future.xml @@ -62,44 +62,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:docstring> </property> - <property name="URI" type="s" access="readwrite" - tp:name-for-bindings="URI" tp:immutable="sometimes" tp:requestable="yes"> - <tp:added version="0.21.UNRELEASED"/> - <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p>For outgoing file transfers, this requestable property allows the channel - requester to inform observers (and the handler, if it is not the requester - itself) of the URI of the file being transferred. Note that the - connection manager SHOULD NOT read this file directly; the handler - streams the file into the CM through the socket negotiated using - ProvideFile.</p> - - <p>On outgoing file transfers, this property MUST NOT change after the channel - is requested.</p> - - <p>For incoming file transfers, this property MAY be set by the channel - handler before calling AcceptFile to - inform observers where the incoming file will be saved. - Setting this property once AcceptFile - has been called MUST fail. Once this property has been set - URIDefined is fired.</p> - </tp:docstring> - </property> - - <signal name="URIDefined" - tp:name-for-bindings="URI_Defined"> - <tp:added version="0.21.UNRELEASED"/> - <tp:docstring> - Emitted when the value of the URI - property has been set. This signal MAY only be fired on incoming file - transfers if the handler had set a value to URI before accepting the file. - </tp:docstring> - <arg name="URI" type="s"> - <tp:docstring> - The value of the URI property. - </tp:docstring> - </arg> - </signal> - </interface> </node> <!-- vim:set sw=2 sts=2 et ft=xml: --> |