Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libccc/0.0.4/demo/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'libccc/0.0.4/demo/main.h')
-rw-r--r--libccc/0.0.4/demo/main.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/libccc/0.0.4/demo/main.h b/libccc/0.0.4/demo/main.h
new file mode 100644
index 0000000..ed190d0
--- /dev/null
+++ b/libccc/0.0.4/demo/main.h
@@ -0,0 +1,38 @@
+/* This file is part of CCC, a cairo-based canvas
+ *
+ * AUTHORS
+ * Sven Herzberg <herzi@gnome-de.org>
+ *
+ * Copyright (C) 2006 Sven Herzberg
+ *
+ * This work is provided "as is"; redistribution and modification
+ * in whole or in part, in any medium, physical or electronic is
+ * permitted without restriction.
+ *
+ * This work 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.
+ *
+ * In no event shall the authors or contributors be liable for any
+ * direct, indirect, incidental, special, exemplary, or consequential
+ * damages (including, but not limited to, procurement of substitute
+ * goods or services; loss of use, data, or profits; or business
+ * interruption) however caused and on any theory of liability, whether
+ * in contract, strict liability, or tort (including negligence or
+ * otherwise) arising in any way out of the use of this software, even
+ * if advised of the possibility of such damage.
+ */
+
+#ifndef MAIN_H
+#define MAIN_H
+
+#include "demo-page.h"
+
+DemoPage* camera_demo (void);
+DemoPage* credits (void);
+DemoPage* pixbuf_demo (void);
+DemoPage* printer_demo (void);
+DemoPage* text_demo (void);
+DemoPage* tree_integration(void);
+
+#endif /* !MAIN_H */