|
GnuCash
5.6-150-g038405b370+
|
Utility functions for file access. More...
Go to the source code of this file.
Functions | |
| gchar * | gnc_features_test_unknown (QofBook *book) |
| Test if the current book relies on features only introduced in a more recent version of GnuCash. More... | |
| void | gnc_features_set_unused (QofBook *book, const gchar *feature) |
| Indicate that the current book does not use the given feature. More... | |
| void | gnc_features_set_used (QofBook *book, const gchar *feature) |
| Indicate that the current book uses the given feature. More... | |
| gboolean | gnc_features_check_used (QofBook *, char const *feature) |
Utility functions for file access.
These functions help you to manage features that GnuCash supports. This is mainly used to prevent older GnuCash versions from opening book with data they aren't capable of processing properly.
Definition in file gnc-features.h.
1.8.14