Home | History | Annotate | Download | only in gio

Lines Matching full:closed

52   guint closed : 1;
117 if (!stream->priv->closed)
372 _("Source stream is already closed"));
479 * Once the stream is closed, all other operations will return %G_IO_ERROR_CLOSED.
485 * Streams will be automatically closed when the last reference
490 * open after the stream is closed. See the documentation for the individual
502 * Cancelling a close will still leave the stream closed, but there some streams
521 if (stream->priv->closed)
553 stream->priv->closed = TRUE;
579 stream->priv->closed = TRUE;
780 _("Source stream is already closed"));
967 if (stream->priv->closed)
1004 * Returns: %TRUE if stream was successfully closed, %FALSE otherwise.
1023 /* Special case already closed */
1036 * Checks if an output stream has already been closed.
1038 * Returns: %TRUE if @stream is closed. %FALSE otherwise.
1045 return stream->priv->closed;
1071 * already set or @stream is closed, it will return %FALSE and set
1082 if (stream->priv->closed)
1085 _("Stream is already closed"));