summaryrefslogtreecommitdiff
path: root/pig/pig-pixbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pig/pig-pixbuf.h')
-rw-r--r--pig/pig-pixbuf.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/pig/pig-pixbuf.h b/pig/pig-pixbuf.h
new file mode 100644
index 0000000..9a1dd1f
--- /dev/null
+++ b/pig/pig-pixbuf.h
@@ -0,0 +1,40 @@
+/* Pig
+ * Copyright (C) 2011 Benjamin Otte <otte@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PIG_PIXBUF_H__
+#define __PIG_PIXBUF_H__
+
+/* This check only exists to make sure people don't include this file
+ * without checking for pig-pixbuf.pc in configure */
+#if !defined (PIG_PIXBUF_ENABLED)
+#error "You cannot include <pig/pig-pixbuf.h> without checking for pig-pixbuf."
+#endif
+
+#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <pig.h>
+
+#define __PIG_PIXBUF_H_INSIDE__
+
+
+#include <pig-pixbuf-picture.h>
+
+
+#undef __PIG_PIXBUF_H_INSIDE__
+
+#endif /* __PIG_PIXBUF_H__ */