summaryrefslogtreecommitdiff
path: root/telepathy-glib/file-transfer-channel.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-07-18 15:24:07 +0100
committerXavier Claessens <xclaesse@gmail.com>2011-07-20 14:08:54 +0200
commit3b4124174abb5ac7dfa6898ed3b4a4d7c9810ac9 (patch)
treebac5c37da6d1d7c11b9907988298e27cb87ee6a3 /telepathy-glib/file-transfer-channel.c
parent416612c8733377fd648062a25970f8d2194c8ad7 (diff)
downloadtelepathy-glib-3b4124174abb5ac7dfa6898ed3b4a4d7c9810ac9.tar.gz
Tweak TpFileTransferChannel docs.
Previously, TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE was documented, but missing from the generated documentation because it was under <SUBSECTION Standard> in -sections.txt which is gtk-doc-ese for “omit this”. Fixing this revealed a nit in its docstring. While I was here I fixed up some other docs too.
Diffstat (limited to 'telepathy-glib/file-transfer-channel.c')
-rw-r--r--telepathy-glib/file-transfer-channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c
index bd5dc7534..7cc6c0cb6 100644
--- a/telepathy-glib/file-transfer-channel.c
+++ b/telepathy-glib/file-transfer-channel.c
@@ -479,7 +479,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass)
/**
* TpFileTransferChannel:size
*
- * A guint64 holding the size of the file to be transferred,
+ * The size of the file to be transferred,
* or %G_MAXUINT64 if not known.
*
* Since 0.15.UNRELEASED
@@ -495,10 +495,10 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass)
/**
* TpFileTransferChannel:transferred-bytes
*
- * A guint64 holding the number of bytes transferred so far in this
+ * The number of bytes transferred so far in this
* file transfer.
*
- * The TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be prepared for
+ * The %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be prepared for
* this property to be meaningful and kept up to date.
*
* Since: 0.15.UNRELEASED
@@ -528,7 +528,7 @@ tp_file_transfer_channel_init (TpFileTransferChannel *self)
* Expands to a call to a function that returns a quark for the "core"
* feature on a #TpFileTransferChannel.
*
- * When this feature is prepared, the TpFileTransferChannel:transferred-bytes
+ * When this feature is prepared, the #TpFileTransferChannel:transferred-bytes
* property has been retrieved and will be updated.
*
* One can ask for a feature to be prepared using the tp_proxy_prepare_async()