dbobjectdel.h

来自「bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编」· C头文件 代码 · 共 24 行

H
24
字号
/* dbobjectdel.h * Andrew Hill - treshna Enterprises Ltd * This is designed to allow you to delete objects, and specifically the objects inside objects.  */#ifndef dbobjectdel_h#define dbobjectdel_h#include "dbheader.h"#include "dbgather.h"/* A list of objects that are to be deleted. Aswell as how it is obtained */typedef struct	{	GList *creflist;	GList *objlist;	} DbDeleteList;gint db_del_objectrec(Object *referent, DbUniqueId *objid);void db_del_cleanup(DbDeleteList * dellist);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?