mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 04:14:11 +02:00
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
This commit is contained in:
committed by
Alexander Larsson
parent
637fa6e325
commit
9edb46455c
@@ -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;
|
||||
|
Reference in New Issue
Block a user