Lines Matching full:false
231 enumerator->priv->pending = FALSE;
252 * Return value: #TRUE on success or #FALSE on error.
261 g_return_val_if_fail (G_IS_FILE_ENUMERATOR (enumerator), FALSE);
262 g_return_val_if_fail (enumerator != NULL, FALSE);
273 return FALSE;
281 enumerator->priv->pending = FALSE;
297 enumerator->priv->pending = FALSE;
431 enumerator->priv->pending = FALSE;
505 * return %FALSE. If the file enumerator had pending operation when the close
507 * return %FALSE. If @cancellable was not %NULL, then the operation may have been
509 * was cancelled, the error %G_IO_ERROR_CANCELLED will be set, and %FALSE will be
522 g_return_val_if_fail (G_IS_FILE_ENUMERATOR (enumerator), FALSE);
523 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
529 return FALSE;
743 g_simple_async_result_set_handle_cancellation (res, FALSE);