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 7644664b..7f9c89a0 100644
--- a/girepository/gipropertyinfo.h
+++ b/girepository/gipropertyinfo.h
@@ -40,8 +40,14 @@ G_BEGIN_DECLS
#define GI_IS_PROPERTY_INFO(info) \
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_PROPERTY)
+
+GI_AVAILABLE_IN_ALL
GParamFlags g_property_info_get_flags (GIPropertyInfo *info);
+
+GI_AVAILABLE_IN_ALL
GITypeInfo * g_property_info_get_type (GIPropertyInfo *info);
+
+GI_AVAILABLE_IN_ALL
GITransfer g_property_info_get_ownership_transfer (GIPropertyInfo *info);
G_END_DECLS