diff options
author | Nat Friedman <nat@helixcode.com> | 1999-12-14 03:00:54 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 1999-12-14 03:00:54 +0800 |
commit | 8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4 (patch) | |
tree | 8b3adeb4a8303178d807d2b628bf3a42b7765b12 /ebook/e-commerce.h | |
parent | 9bd34cd86289069720397e884d7664772458c33a (diff) | |
download | gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar.gz gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar.bz2 gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar.lz gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar.xz gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.tar.zst gsoc2013-evolution-8c10a60ff2cfb3b2a7db082c7bd6780efaa2b6b4.zip |
New file. New file. New file. New file. New file. :-)
1999-12-13 Nat Friedman <nat@helixcode.com>
* ebook/e-book.h: New file.
* ebook/e-book.c: New file.
* ebook/e-card.h: New file.
* ebook/e-card-fields.h: New file.
* ebook/e-commerce.h: New file. :-)
svn path=/trunk/; revision=1486
Diffstat (limited to 'ebook/e-commerce.h')
-rw-r--r-- | ebook/e-commerce.h | 15 |
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__ */ + |