1 /* Fo
2  * fo-property-type-condity-private.h: Structures private to the FoPropertyTypeCondity superclass of all '.conditionality' property classes
3  *
4  * Copyright (C) 2001-2004 Sun Microsystems
5  * Copyright (C) 2007 Menteith Consulting Ltd
6  *
7  * See COPYING for the status of this software.
8  */
9 
10 #ifndef __FO_PROPERTY_TYPE_CONDITY_PRIVATE_H__
11 #define __FO_PROPERTY_TYPE_CONDITY_PRIVATE_H__
12 
13 #include "property/fo-property-type-condity.h"
14 #include "property/fo-property-private.h"
15 
16 G_BEGIN_DECLS
17 
18 struct _FoPropertyTypeCondity
19 {
20   FoProperty parent_instance;
21 };
22 
23 struct _FoPropertyTypeCondityClass
24 {
25   FoPropertyClass parent_class;
26 };
27 
28 void fo_property_type_condity_init (FoPropertyTypeCondity *property_type_condity);
29 
30 G_END_DECLS
31 
32 #endif /* !__FO_PROPERTY_TYPE_CONDITY_PRIVATE_H__ */
33