/* AbiWord
 * Copyright (C) 2004 Luca Padovani <lpadovan@cs.unibo.it>
 * Copyright (C) 2005 Martin Sevior <msevior@physics.unimelb.edu.au>
 * Copyright (C) 2005 Jean Brefort <jean.brefort@normalesup.org>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 * USA
 */

#ifndef __gr_AbiGOffice_h__
#define __gr_AbiGOffice_h__

#include <glib-object.h>
#include <goffice/goffice.h>

#define ABI_CMD_CONTEXT_TYPE		(abi_cmd_context_get_type ())
GType		abi_cmd_context_get_type   (void);
GOCmdContext *abi_goffice_get_cmd_context (void);

cairo_status_t abi_CairoWrite(UT_ByteBuf * buf, unsigned char * data, unsigned int length);

#endif // __gr_AbiGOffice_h__