Home | History | Annotate | Download | only in gio

Lines Matching refs:TRUE

229   enumerator->priv->pending = TRUE;
252 * Return value: #TRUE on success or #FALSE on error.
267 return TRUE;
279 enumerator->priv->pending = TRUE;
282 enumerator->priv->closed = TRUE;
287 return TRUE;
378 enumerator->priv->pending = TRUE;
432 enumerator->priv->closed = TRUE;
487 enumerator->priv->pending = TRUE;
512 * Returns: %TRUE if the close operation has finished successfully.
542 * Returns: %TRUE if the @enumerator is closed.
547 g_return_val_if_fail (G_IS_FILE_ENUMERATOR (enumerator), TRUE);
558 * Returns: %TRUE if the @enumerator has pending operations.
563 g_return_val_if_fail (G_IS_FILE_ENUMERATOR (enumerator), TRUE);
760 return TRUE;