Skip to content
Snippets Groups Projects

Rename caosdb-cpplib to linkahead-cpplib

9 files
+ 49
48
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -32,12 +32,12 @@
.. note::
When working with libcaosdb's C API keep the following in mind:
When working with liblinkahead's C API keep the following in mind:
Delete all objects (transactions, entities, properties, parents, ...) that you created using a
call to ``caosdb_..._create_...`` or released using ``caosdb_..._release_...`` and only those.
call to ``linkahead_..._create_...`` or released using ``linkahead_..._release_...`` and only those.
Specifically, any objects set by a ``caosdb_..._get_...`` function are managed by another owning
Specifically, any objects set by a ``linkahead_..._get_...`` function are managed by another owning
object (e.g., a connection object is managed by the connection manager) and thus should not be
deleted manually.
Loading