X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.h.in;h=2abe135d7967446643aa6a803656aaa85b754d14;hb=280f5eaf389483d35af6ad9211d003ffa73cb2ac;hp=17bfbc16656abf7b6ac0a928378cc7529dbb00cf;hpb=b24e3c93a2faa94b138739d1b3e8b631f8123492;p=osl.git diff --git a/osl.h.in b/osl.h.in index 17bfbc1..2abe135 100644 --- 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 { /**