mirror of https://github.com/cutefishos/calamares
[libcalamares] Document operator bool() of JobResult
- this could be named isValid() instead, but basically the idea
is that this code makes sense:
JobResult r = do_thing();
if ( !r ) { /* Error happened! */ return r; }
/* Carry on .. */
main
parent
8c3146a1cd
commit
3a8d543c72
Loading…
Reference in New Issue