summaryrefslogtreecommitdiff
path: root/gdata/gdata-upload-stream.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-12-30 09:58:43 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-12-30 10:58:10 +0000
commitbb023759e90b3be386c100193560652d6e31efe3 (patch)
tree7f09c84f42801c5e548f96e1469e88cd10b5256a /gdata/gdata-upload-stream.c
parent841301ce2999bf54af8959843fc90ff65272f312 (diff)
downloadlibgdata-bb023759e90b3be386c100193560652d6e31efe3.tar.gz
core: Fix a minor typo in the documentation
Diffstat (limited to 'gdata/gdata-upload-stream.c')
-rw-r--r--gdata/gdata-upload-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-upload-stream.c b/gdata/gdata-upload-stream.c
index e3929b60..8282d0d4 100644
--- a/gdata/gdata-upload-stream.c
+++ b/gdata/gdata-upload-stream.c
@@ -1027,7 +1027,7 @@ gdata_upload_stream_new (GDataService *service, const gchar *method, const gchar
* If there was an error during the upload operation (but it is complete), %NULL is returned, and @length is set to <code class="literal">0</code>.
*
* While it is safe to call this function from any thread at any time during the network operation, the only way to guarantee that the response has
- * been set before calling this function is to have closed the #GDataUploadStream by calling gdata_output_stream_close() on it, without cancelling
+ * been set before calling this function is to have closed the #GDataUploadStream by calling g_output_stream_close() on it, without cancelling
* the close operation. Once the stream has been closed, all network communication is guaranteed to have finished. Note that if a call to
* g_output_stream_close() is cancelled, g_output_stream_is_closed() will immediately start to return %TRUE, even if the #GDataUploadStream is still
* attempting to flush the network buffers asynchronously — consequently, gdata_upload_stream_get_response() may still return %NULL and a @length of