summaryrefslogtreecommitdiff
path: root/girepository/gipropertyinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/gipropertyinfo.h')
-rw-r--r--girepository/gipropertyinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/gipropertyinfo.h b/girepository/gipropertyinfo.h
index 7f9c89a0..4889f42e 100644
--- a/girepository/gipropertyinfo.h
+++ b/girepository/gipropertyinfo.h
@@ -50,6 +50,12 @@ GITypeInfo * g_property_info_get_type (GIPropertyInfo *info);
GI_AVAILABLE_IN_ALL
GITransfer g_property_info_get_ownership_transfer (GIPropertyInfo *info);
+GI_AVAILABLE_IN_1_70
+GIFunctionInfo *g_property_info_get_setter (GIPropertyInfo *info);
+
+GI_AVAILABLE_IN_1_70
+GIFunctionInfo *g_property_info_get_getter (GIPropertyInfo *info);
+
G_END_DECLS
#endif /* __GIPROPERTYINFO_H__ */