00001 /********************************************************************\ 00002 * qofobject-p.h -- the private Object Registration/Lookup Interface * 00003 * This program is free software; you can redistribute it and/or * 00004 * modify it under the terms of the GNU General Public License as * 00005 * published by the Free Software Foundation; either version 2 of * 00006 * the License, or (at your option) any later version. * 00007 * * 00008 * This program is distributed in the hope that it will be useful, * 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00011 * GNU General Public License for more details. * 00012 * * 00013 * You should have received a copy of the GNU General Public License* 00014 * along with this program; if not, contact: * 00015 * * 00016 * Free Software Foundation Voice: +1-617-542-5942 * 00017 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 * 00018 * Boston, MA 02110-1301, USA gnu@gnu.org * 00019 * * 00020 \********************************************************************/ 00033 #ifndef QOF_OBJECT_P_H_ 00034 #define QOF_OBJECT_P_H_ 00035 00036 #include "qofbook.h" 00037 #include "qofobject.h" 00038 00040 void qof_object_book_begin (QofBook * book); 00041 void qof_object_book_end (QofBook * book); 00042 00043 gboolean qof_object_is_dirty (QofBook * book); 00044 void qof_object_mark_clean (QofBook * book); 00045 00055 gboolean 00056 qof_object_compliance (QofIdTypeConst type_name, gboolean warn); 00057 00058 #endif /* QOF_OBJECT_P_H_ */ 00059