document nix_external_print's printer parameter to be an out parameter

This commit is contained in:
Philipp Zander 2024-04-30 18:13:52 +02:00
parent 359043ed0d
commit f63292462c

View File

@ -48,7 +48,7 @@ void nix_set_string_return(nix_string_return * str, const char * c);
* Print to the nix_printer
*
* @param[out] context Optional, stores error information
* @param printer The nix_printer to print to
* @param[out] printer The nix_printer to print to
* @param[in] str The string to print
* @returns NIX_OK if everything worked
*/