summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2012-02-07 16:12:14 +0100
committerRob Staudinger <robsta@linux.intel.com>2012-02-07 16:12:14 +0100
commit67e829a85220a13fc129fa57989f38c2eb647c99 (patch)
treecbe4ed511da5c830bff1d54170cc2205b6066eca /docs
parent2d0380472367bb5435e0f689b0f5251d0bca3c56 (diff)
IncomingFile: Add API for receiving files
Add new YtsIncomingFile class implementing the YtsFileTransfer interface. This class offers a very simple API to receive a file from a remote service to a GFile, and track progress and errors. Also update the "file-transfer" example to demonstrate and exercise the new API. Tags: feature, api
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ytstenut/Makefile.am1
-rw-r--r--docs/reference/ytstenut/ytstenut-docs.xml.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am
index 303f53e..8f9c788 100644
--- a/docs/reference/ytstenut/Makefile.am
+++ b/docs/reference/ytstenut/Makefile.am
@@ -61,6 +61,7 @@ IGNORE_HFILES = \
yts-error-message.h \
yts-event-message.h \
yts-factory.h \
+ yts-incoming-file-internal.h \
yts-invocation-message.h \
yts-message.h \
yts-metadata.h \
diff --git a/docs/reference/ytstenut/ytstenut-docs.xml.in b/docs/reference/ytstenut/ytstenut-docs.xml.in
index f80b06c..3ff33ae 100644
--- a/docs/reference/ytstenut/ytstenut-docs.xml.in
+++ b/docs/reference/ytstenut/ytstenut-docs.xml.in
@@ -54,6 +54,7 @@
<xi:include href="xml/yts-error.xml"/>
<xi:include href="xml/yts-event-message.xml"/>
<xi:include href="xml/yts-file-transfer.xml"/>
+ <xi:include href="xml/yts-incoming-file.xml"/>
<xi:include href="xml/yts-invocation-message.xml"/>
<xi:include href="xml/yts-message.xml"/>
<xi:include href="xml/yts-metadata-service.xml"/>