The predicates associated with a view are now described in its comments

field
This commit is contained in:
Celine Mercier
2016-07-19 15:31:21 +02:00
parent 8850e40b6e
commit 56e4848ebd
2 changed files with 172 additions and 43 deletions

View File

@ -108,7 +108,7 @@ typedef struct Obiview {
*/
int nb_predicates; /**< Number of predicates to test when closing the view.
*/
bool (**predicate_functions)(struct Obiview* view); /**< Array of pointers on all predicate functions to test when closing the view.
char* (**predicate_functions)(struct Obiview* view); /**< Array of pointers on all predicate functions to test when closing the view.
*/
} Obiview_t, *Obiview_p;