mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Doc nix_get_path_string
This commit is contained in:
parent
82a23d9b6b
commit
1bd7517801
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ nix_get_string(nix_c_context * context, const nix_value * value, nix_get_string_
|
|||
/** @brief Get path as string
|
||||
* @param[out] context Optional, stores error information
|
||||
* @param[in] value Nix value to inspect
|
||||
* @return string
|
||||
* @return string, if the type is NIX_TYPE_PATH
|
||||
* @return NULL in case of error.
|
||||
*/
|
||||
const char * nix_get_path_string(nix_c_context * context, const nix_value * value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue