GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gnc-features.h
Go to the documentation of this file.
1 /********************************************************************\
2  * gnc-features.h -- manage GnuCash features table *
3  * Copyright (C) 2011 Derek Atkins <[email protected]> *
4  * Copyright (C) 2012 Geert Janssens <[email protected]> *
5  * *
6  * This program is free software; you can redistribute it and/or *
7  * modify it under the terms of the GNU General Public License as *
8  * published by the Free Software Foundation; either version 2 of *
9  * the License, or (at your option) any later version. *
10  * *
11  * This program is distributed in the hope that it will be useful, *
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14  * GNU General Public License for more details. *
15  * *
16  * You should have received a copy of the GNU General Public License*
17  * along with this program; if not, write to the Free Software *
18  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
19  * *
20 \********************************************************************/
21 
36 #ifndef GNC_FEATURES_H
37 #define GNC_FEATURES_H
38 
39 #include "libqof/qof/qof.h"
40 
44 #define GNC_FEATURE_CREDIT_NOTES "Credit Notes"
45 #define GNC_FEATURE_NUM_FIELD_SOURCE "Number Field Source"
46 #define GNC_FEATURE_KVP_EXTRA_DATA "Extra data in addresses, jobs or invoice entries"
47 
56 gchar *gnc_features_test_unknown (QofBook *book);
57 
63 void gnc_features_set_used (QofBook *book, const gchar *feature);
64 
65 #endif /* GNC_FEATURES_H */
66 
void gnc_features_set_used(QofBook *book, const gchar *feature)
Definition: gnc-features.c:131
gchar * gnc_features_test_unknown(QofBook *book)
Definition: gnc-features.c:96