add documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8926 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-07-26 04:58:55 +00:00
parent 493b4b3b97
commit c5688830f7

View File

@ -140,9 +140,15 @@ GList * qof_query_run (QofQuery *query);
*/
GList * qof_query_last_run (QofQuery *query);
/** DOCUMENT ME !! */
void qof_query_clear (QofQuery *query);
/** DOCUMENT ME !! */
void qof_query_purge_terms (QofQuery *q, GSList *param_list);
/** Return boolean FALSE if there are no terms in the query */
int qof_query_has_terms (QofQuery *q);
/** Return the number of terms in thq query. */
int qof_query_num_terms (QofQuery *q);
gboolean qof_query_has_term_type (QofQuery *q, GSList *term_param);