Home | History | Annotate | Download | only in gio

Lines Matching full:false

110   static gboolean initialized = FALSE;
300 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
320 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
376 * @error will be set to contain the errors and %FALSE will be returned.
378 * Returns: %TRUE if the mount was successfully unmounted. %FALSE otherwise.
387 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
388 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
394 return FALSE;
451 * @error will be set to contain the errors and %FALSE will be returned.
453 * Returns: %TRUE if the mount was successfully ejected. %FALSE otherwise.
462 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
463 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
469 return FALSE;
533 * @error will be set to contain the errors and %FALSE will be returned.
535 * Returns: %TRUE if the mount was successfully remounted. %FALSE otherwise.
544 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
545 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
551 return FALSE;
618 * %FALSE will be returned. In particular, you may get an
634 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
635 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
641 return FALSE;
772 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);