]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.h.in
Add explanation about lifetime of table description.
[osl.git] / osl.h.in
index 17bfbc16656abf7b6ac0a928378cc7529dbb00cf..2abe135d7967446643aa6a803656aaa85b754d14 100644 (file)
--- a/osl.h.in
+++ b/osl.h.in
@@ -124,6 +124,11 @@ struct osl_column_description {
 
 /**
  * Describes one osl table.
+ *
+ * A pointer to the table description is passed to \ref osl_create_table() and
+ * \ref osl_open_table(). The osl library calls which operate on an open table
+ * refer to the fields of the table description through this pointer. Hence the
+ * table description must not be modified or freed before the table is closed.
  */
 struct osl_table_description {
        /**