mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
C API: update docs based on PR feedback
This commit is contained in:
parent
7c602d9f01
commit
c49b88b066
7 changed files with 18 additions and 12 deletions
|
|
@ -50,7 +50,7 @@ Store * nix_store_open(nix_c_context * context, const char * uri, const char ***
|
|||
NIXC_CATCH_ERRS_NULL
|
||||
}
|
||||
|
||||
void nix_store_unref(Store * store)
|
||||
void nix_store_free(Store * store)
|
||||
{
|
||||
delete store;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue