|
GnuCash
2.6.99
|
Files | |
| file | gnc-features.h |
| Utility functions for file access. | |
Functions | |
| gchar * | gnc_features_test_unknown (QofBook *book) |
| void | gnc_features_set_used (QofBook *book, const gchar *feature) |
| void gnc_features_set_used | ( | QofBook * | book, |
| const gchar * | feature | ||
| ) |
Indicate that the current book uses the given feature. This will prevent older versions of GnuCash that don't support this feature to refuse to load this book.
Definition at line 131 of file gnc-features.c.
| gchar* gnc_features_test_unknown | ( | QofBook * | book | ) |
Test if the current book relies on features only introduced in a more recent version of GnuCash.
Returns a message to display if we found unknown features, NULL if we're okay.
Definition at line 96 of file gnc-features.c.
1.8.6