aboutsummaryrefslogtreecommitdiffstats
path: root/ebook/e-commerce.h
blob: 788bad0be4a06de6c202f65ca7d71d155aefa004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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__ */