Renamed the AMobj
struct to AMobjId
for
clarity. Reverted the `AMobjId` struct to being an opaque type. Tied the lifetime of an `AMobjId` struct to its owning `AMdoc` struct. Renamed `AMcreate()` to `AMallocDoc()` for consistency with C's standard library functions. Renamed `AMdestroy()` to `AMfreeDoc()` for consistency with C's standard library functions. Renamed the `obj` function arguments to `obj_id` for clarity. Replaced the "set" verb in function names with the "put" verb for consistency iwth recent API changes. Renamed `AMclear()` to `AMfreeResult()` for consistency with C's standard library functions. Added `AMfreeObjId()` to enable dropping a persisted `AMojbId` struct.
This commit is contained in:
parent
8d1b3bfcf2
commit
7c769b2cfe
1 changed files with 235 additions and 208 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue