Home | History | Annotate | Download | only in gio

Lines Matching refs:TRUE

247  * On a successful write of @count bytes, %TRUE is returned, and @bytes_written
254 * Return value: %TRUE on success, %FALSE if there was an error
291 return TRUE;
309 * Return value: %TRUE on success, %FALSE on error
326 res = TRUE;
381 res = TRUE;
417 res = TRUE;
507 * Return value: %TRUE on success, %FALSE on failure
522 return TRUE;
533 res = TRUE;
545 res = TRUE;
553 stream->priv->closed = TRUE;
579 stream->priv->closed = TRUE;
906 * Returns: %TRUE if flush operation suceeded, %FALSE otherwise.
927 return TRUE;
1004 * Returns: %TRUE if stream was successfully closed, %FALSE otherwise.
1025 return TRUE;
1038 * Returns: %TRUE if @stream is closed. %FALSE otherwise.
1043 g_return_val_if_fail (G_IS_OUTPUT_STREAM (stream), TRUE);
1054 * Returns: %TRUE if @stream has pending actions.
1074 * Return value: %TRUE
1099 stream->priv->pending = TRUE;
1100 return TRUE;
1234 non-threadbased async calls we can use a true async copy here */
1264 result = TRUE;
1295 return TRUE;
1345 return TRUE;