summaryrefslogtreecommitdiff
path: root/glabels2/src/cairo-markup-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'glabels2/src/cairo-markup-path.h')
-rw-r--r--glabels2/src/cairo-markup-path.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/glabels2/src/cairo-markup-path.h b/glabels2/src/cairo-markup-path.h
new file mode 100644
index 0000000..9dfab55
--- /dev/null
+++ b/glabels2/src/cairo-markup-path.h
@@ -0,0 +1,40 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
+
+/*
+ * (GLABELS) Label and Business Card Creation program for GNOME
+ *
+ * cairo_markup_path.h: Cairo markup path module header file
+ *
+ * Copyright (C) 2001-2007 Jim Evins <evins@snaught.com>.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef __CAIRO_MARKUP_PATH_H__
+#define __CAIRO_MARKUP_PATH_H__
+
+#include <cairo.h>
+#include <libglabels/template.h>
+#include "label.h"
+
+G_BEGIN_DECLS
+
+void gl_cairo_markup_path (cairo_t *cr,
+ const lglTemplateMarkup *markup,
+ glLabel *label);
+
+G_END_DECLS
+
+#endif