summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-property.h')
-rw-r--r--gladeui/glade-property.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index bf274161..9adce850 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -171,6 +171,11 @@ GladeProperty *glade_property_get_binding_source (GladeProperty
void glade_property_set_binding_source (GladeProperty *property,
GladeProperty *binding_source);
+const gchar *glade_property_get_binding_transform_func (GladeProperty *property);
+
+void glade_property_set_binding_transform_func (GladeProperty *property,
+ const gchar *transform_func);
+
void glade_property_i18n_set_comment (GladeProperty *property,
const gchar *str);