43#ifndef XACC_TRANS_LOG_H
44#define XACC_TRANS_LOG_H
53void xaccOpenLog (
void);
54void xaccCloseLog (
void);
55void xaccReopenLog (
void);
Account handling public routines.
API for Transactions and Splits (journal entries)
void xaccTransWriteLog(Transaction *trans, char flag)
void xaccLogSetBaseName(const char *)
The xaccLogSetBaseName() method sets the base filepath and the root part of the journal file name.
gboolean xaccFileIsCurrentLog(const gchar *name)
Test a filename to see if it is the name of the current logfile.
void xaccLogEnable(void)
document me
void xaccLogDisable(void)
document me