[Gnucash-changes] Doxygen fixes and correction to QOF Transaction Timespec handling

Derek Atkins warlord at MIT.EDU
Tue May 10 18:31:21 EDT 2005


Neil,

Neil Williams <codehelp at cvs.gnucash.org> writes:

> -/**@}*/
> +Required because xaccTransSetDatePostedTS has a Timespec pointer argument
> +when QOF passes a Timespec.
> +*/
> +void qofTransSetDatePosted (Transaction *trans, Timespec ts);
> +/** \brief QOF date entered setter.
> +
> +Required because xaccTransSetDateEnteredTS has a Timespec pointer argument
> +when QOF passes a Timespec.
> +*/
> +void qofTransSetDateEntered (Transaction *trans, Timespec ts);
> +/** @} */

Any reason these functions can't be "static" in the .c file?  Do they
actually need to be part of the API?  Or are they just used in the
QofObject parameter configuration?

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list