00001 /* AbiWord 00002 * Copyright (C) 2004 Luca Padovani <lpadovan@cs.unibo.it> 00003 * Copyright (C) 2005 Martin Sevior <msevior@physics.unimelb.edu.au> 00004 * Copyright (C) 2005 Jean Brefort <jean.brefort@normalesup.org> 00005 * 00006 * This program is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public License 00008 * as published by the Free Software Foundation; either version 2 00009 * of the License, or (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 00019 * USA 00020 */ 00021 00022 #ifndef __gr_AbiGOffice_h__ 00023 #define __gr_AbiGOffice_h__ 00024 00025 #include <glib-object.h> 00026 #include <goffice/goffice.h> 00027 00028 #define ABI_CMD_CONTEXT_TYPE (abi_cmd_context_get_type ()) 00029 GType abi_cmd_context_get_type (void); 00030 GOCmdContext *abi_goffice_get_cmd_context (void); 00031 00032 cairo_status_t abi_CairoWrite(UT_ByteBuf * buf, unsigned char * data, unsigned int length); 00033 00034 #endif // __gr_AbiGOffice_h__