Home | History | Annotate | Download | only in gio

Lines Matching refs:TRUE

238  * stream,  %TRUE is returned, and @bytes_read is set to the number of bytes
245 * Return value: %TRUE on success, %FALSE if there was an error
281 return TRUE;
433 * Return value: %TRUE on success, %FALSE on failure
448 return TRUE;
450 res = TRUE;
466 stream->priv->closed = TRUE;
492 stream->priv->closed = TRUE;
821 * Returns: %TRUE if the stream was closed successfully.
842 return TRUE;
855 * Returns: %TRUE if the stream is closed.
860 g_return_val_if_fail (G_IS_INPUT_STREAM (stream), TRUE);
871 * Returns: %TRUE if @stream has pending actions.
876 g_return_val_if_fail (G_IS_INPUT_STREAM (stream), TRUE);
891 * Return value: %TRUE if pending was previously unset and is now set.
915 stream->priv->pending = TRUE;
916 return TRUE;
1211 return TRUE;