Home | History | Annotate | Download | only in gio

Lines Matching full:false

126   static gboolean initialized = FALSE;
281 * Returns: %TRUE if the @volume can be mounted. %FALSE otherwise.
288 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
293 return FALSE;
304 * Returns: %TRUE if the @volume can be ejected. %FALSE otherwise.
311 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
316 return FALSE;
334 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
339 return FALSE;
391 * @error will be set to contain the errors and %FALSE will be returned.
398 * Returns: %TRUE, %FALSE if operation failed.
407 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
408 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
414 return FALSE;
465 * @error will be set to contain the errors and %FALSE will be returned.
467 * Returns: %TRUE, %FALSE if operation failed.
476 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
477 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
483 return FALSE;