summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-02-25 13:47:00 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-02-25 13:47:00 +0000
commit9edb46455c4b10a7c5e40aa865af3f53698a4c48 (patch)
tree8a89406cc63b3efa88f6c424c6b2e7890bb0f267 /gio/goutputstream.c
parent637fa6e325bdf245eeda9effb43496eea20a990a (diff)
downloadglib-9edb46455c4b10a7c5e40aa865af3f53698a4c48.tar.gz
Add translator comments (#518578)
2008-02-25 Alexander Larsson <alexl@redhat.com> * gfile.c: * ginputstream.c: * glocalfile.c: * gmount.c: * goutputstream.c: Add translator comments (#518578) svn path=/trunk/; revision=6589
Diffstat (limited to 'gio/goutputstream.c')
-rw-r--r--gio/goutputstream.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/goutputstream.c b/gio/goutputstream.c
index 8d2ae3a53..e5b090a04 100644
--- a/gio/goutputstream.c
+++ b/gio/goutputstream.c
@@ -1079,6 +1079,9 @@ g_output_stream_set_pending (GOutputStream *stream,
if (stream->priv->pending)
{
+ /* Translators: This is an error you get if there is already
+ an operation running against this stream when you try to
+ start one */
g_set_error (error, G_IO_ERROR, G_IO_ERROR_PENDING,
_("Stream has outstanding operation"));
return FALSE;