GnuCash  5.6-150-g038405b370+
Data Structures | Macros | Functions

Additional event handling code. More...

#include <glib.h>
#include "qof.h"

Go to the source code of this file.

Data Structures

struct  GncEventData
 

Macros

#define GNC_EVENT_ITEM_ADDED   QOF_MAKE_EVENT(QOF_EVENT_BASE+0)
 These events are used when a split is added to an account. More...
 
#define GNC_EVENT_ITEM_REMOVED   QOF_MAKE_EVENT(QOF_EVENT_BASE+1)
 
#define GNC_EVENT_ITEM_CHANGED   QOF_MAKE_EVENT(QOF_EVENT_BASE+2)
 

Functions

const char * qofeventid_to_string (QofEventId id)
 Convert the given QofEventId (an integer number) to a string that is usable in debugging output. More...
 

Detailed Description

Additional event handling code.

Definition in file gnc-event.h.