GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gnc-event.h File Reference

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)
 
#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)
 

Detailed Description

Additional event handling code.

Definition in file gnc-event.h.