#include <gwenhywfar/db.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <aqbanking/error.h>
Go to the source code of this file.
◆ AB_TEXTKEY_DESCR
◆ AB_TextKeyDescr_Attach()
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
◆ AB_TextKeyDescr_dup()
Creates and returns a deep copy of thegiven object.
◆ AB_TextKeyDescr_free()
Destroys the given object.
◆ AB_TextKeyDescr_fromDb()
Creates an object from the data in the given GWEN_DB_NODE
◆ AB_TextKeyDescr_GetDescr()
◆ AB_TextKeyDescr_GetName()
◆ AB_TextKeyDescr_GetValue()
◆ AB_TextKeyDescr_IsModified()
Returns 0 if this object has not been modified, !=0 otherwise
◆ AB_TextKeyDescr_List2_freeAll()
Destroys all objects stored in the given LIST2 and the list itself
◆ AB_TextKeyDescr_List_dup()
◆ AB_TextKeyDescr_new()
◆ AB_TextKeyDescr_ReadDb()
Reads data from a GWEN_DB.
◆ AB_TextKeyDescr_SetDescr()
◆ AB_TextKeyDescr_SetModified()
Sets the modified state of the given object
◆ AB_TextKeyDescr_SetName()
◆ AB_TextKeyDescr_SetValue()
◆ AB_TextKeyDescr_toDb()
Stores an object in the given GWEN_DB_NODE