summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-class.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-property-class.h')
-rw-r--r--gladeui/glade-property-class.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gladeui/glade-property-class.h b/gladeui/glade-property-class.h
index b2ec3efc..cdfcbc2c 100644
--- a/gladeui/glade-property-class.h
+++ b/gladeui/glade-property-class.h
@@ -278,6 +278,10 @@ gint glade_property_class_compare (GladePropertyC
const GValue *value2,
GladeProjectFormat fmt);
+void glade_property_class_set_construct_only (GladePropertyClass *property_class,
+ gboolean construct_only);
+gboolean glade_property_class_get_construct_only (GladePropertyClass *property_class);
+
G_END_DECLS
#endif /* __GLADE_PROPERTY_CLASS_H__ */