mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
document nix_external_print
's printer
parameter to be an out parameter
This commit is contained in:
parent
359043ed0d
commit
f63292462c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void nix_set_string_return(nix_string_return * str, const char * c);
|
||||||
* Print to the nix_printer
|
* Print to the nix_printer
|
||||||
*
|
*
|
||||||
* @param[out] context Optional, stores error information
|
* @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
|
* @param[in] str The string to print
|
||||||
* @returns NIX_OK if everything worked
|
* @returns NIX_OK if everything worked
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue