GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kvp-scm.h
1 #ifndef KVP_SCM_H
2 #define KVP_SCM_H
3 
4 #include "qof.h"
5 #include <libguile.h>
6 
7 KvpValue* gnc_scm_to_kvp_value_ptr(SCM kvpval);
8 SCM gnc_kvp_value_ptr_to_scm(KvpValue* val);
9 void gnc_kvp_frame_delete_at_path(KvpFrame *frame, GSList *key_path);
10 
11 #endif /* KVP_SCM_H */
12 
struct KvpFrameImpl KvpFrame
Definition: kvp_frame.h:76
struct KvpValueImpl KvpValue
Definition: kvp_frame.h:80