Move the GetParameter function into .h from P.h -- it's useful outside

the engine


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6697 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Derek Atkins 25 years ago
parent d159b826f4
commit 4f98e2cb49

@ -67,4 +67,8 @@ void gncQueryObjectRegister (GNCIdTypeConst obj_name,
QueryCoreType gncQueryObjectParameterType (GNCIdTypeConst obj_name,
const char *param_name);
/* Return the registered Object Definition for the requested parameter */
const QueryObjectDef * gncQueryObjectGetParameter (GNCIdTypeConst obj_name,
const char *parameter);
#endif /* GNC_QUERYOBJECT_H */

@ -12,9 +12,6 @@
void gncQueryObjectInit(void);
void gncQueryObjectShutdown (void);
const QueryObjectDef * gncQueryObjectGetParameter (GNCIdTypeConst obj_name,
const char *parameter);
QueryAccess gncQueryObjectGetParameterGetter (GNCIdTypeConst obj_name,
const char *parameter);

Loading…
Cancel
Save