GnuCash  5.6-150-g038405b370+
Functions

API for the transaction logger. More...

#include "Account.h"
#include "Transaction.h"

Go to the source code of this file.

Functions

void xaccOpenLog (void)
 
void xaccCloseLog (void)
 
void xaccReopenLog (void)
 
void xaccTransWriteLog (Transaction *trans, char flag)
 
void xaccLogEnable (void)
 document me
 
void xaccLogDisable (void)
 document me
 
void xaccLogSetBaseName (const char *)
 The xaccLogSetBaseName() method sets the base filepath and the root part of the journal file name. More...
 
gboolean xaccFileIsCurrentLog (const gchar *name)
 Test a filename to see if it is the name of the current logfile.
 

Detailed Description

API for the transaction logger.

Author
Copyright (C) 1998 Linas Vepstas

Definition in file TransLog.h.