mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
nix_api_value: fix documentation for get_attr_byname
This commit is contained in:
parent
748b322ddd
commit
4a4936136b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Value *nix_get_attr_byname(nix_c_context *context, const Value *value,
|
|||
* @param[in] value Nix value to inspect
|
||||
* @param[in] state nix evaluator state
|
||||
* @param[in] name attribute name
|
||||
* @return value, NULL in case of errors
|
||||
* @return value, error info via context
|
||||
*/
|
||||
bool nix_has_attr_byname(nix_c_context *context, const Value *value,
|
||||
State *state, const char *name);
|
||||
|
|
Loading…
Reference in a new issue