summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2015-05-24 23:38:19 +0500
committerAlexandr Akulich <akulichalexander@gmail.com>2016-02-16 07:58:39 +0500
commitda67156c3d0cdb697c000eb0cb1475745f6fc001 (patch)
tree73a183957605f8b3b78ee8842afc505cc3153d13 /spec
parent30cd89c2e962a85f0f9cc6d19168ae675658124d (diff)
Specs/Channel_Type_File_Transfer: Improved state property description.
Diffstat (limited to 'spec')
-rw-r--r--spec/Channel_Type_File_Transfer.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/Channel_Type_File_Transfer.xml b/spec/Channel_Type_File_Transfer.xml
index 493ac54f..ffcb3040 100644
--- a/spec/Channel_Type_File_Transfer.xml
+++ b/spec/Channel_Type_File_Transfer.xml
@@ -90,8 +90,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="State" type="u" tp:type="File_Transfer_State"
access="read" tp:name-for-bindings="State">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>The state of the file transfer as described by the
- File_Transfer_State enum.</p>
+ The state of the file transfer as described by the
+ File_Transfer_State enum.
+ Change notification is via the
+ <tp:member-ref>FileTransferStateChanged</tp:member-ref> signal.
</tp:docstring>
</property>