aboutsummaryrefslogtreecommitdiffstats
path: root/ebook/e-commerce.h
diff options
context:
space:
mode:
Diffstat (limited to 'ebook/e-commerce.h')
-rw-r--r--ebook/e-commerce.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ebook/e-commerce.h b/ebook/e-commerce.h
new file mode 100644
index 0000000000..788bad0be4
--- /dev/null
+++ b/ebook/e-commerce.h
@@ -0,0 +1,15 @@
+#ifndef __E_COMMERCE_H__
+#define __E_COMMERCE_H__
+
+typedef {
+ GtkObject parent;
+} ECommerce;
+
+typedef {
+ GtkObjectClass parent;
+} ECommerceClass;
+
+ECommerce *e_commerce_new (void)
+
+#endif /* ! __E_COMMERCE_H__ */
+