mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add documentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8926 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
493b4b3b97
commit
c5688830f7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user