Revision d195325b error.h

b/error.h
57 57
/**
58 58
 * Propagate an error to an indirect pointer to an error.  This function will
59 59
 * always transfer ownership of the error reference and handles the case where
60
 * dst_err is NULL correctly.
60
 * dst_err is NULL correctly.  Errors after the first are discarded.
61 61
 */
62 62
void error_propagate(Error **dst_err, Error *local_err);
63 63

  

Also available in: Unified diff