mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
378 B
13 lines
378 B
|
|
#include "qof.h"
|
|
|
|
#define query_object_def _QofParam
|
|
#define QueryObjectDef QofParam
|
|
#define QuerySort QofSortFunc
|
|
|
|
#define gncQueryObjectRegister qof_class_register
|
|
#define gncQueryObjectParameterType qof_class_get_parameter_type
|
|
#define gncQueryObjectGetParameterGetter qof_class_get_parameter_getter
|
|
#define gncQueryObjectGetParameter qof_class_get_parameter
|
|
|