📄 dbobjectdel.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -