27#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
28#error "Only <girepository.h> can be included directly."
35#define GI_TYPE_PROPERTY_INFO (gi_property_info_get_type ())
49#define GI_PROPERTY_INFO(info) (G_TYPE_CHECK_INSTANCE_CAST ((info), GI_TYPE_PROPERTY_INFO, GIPropertyInfo))
59#define GI_IS_PROPERTY_INFO(info) (G_TYPE_CHECK_INSTANCE_TYPE ((info), GI_TYPE_PROPERTY_INFO))
#define GI_AVAILABLE_IN_ALL
GI_AVAILABLE_IN_ALL GITransfer gi_property_info_get_ownership_transfer(GIPropertyInfo *info)
GI_AVAILABLE_IN_ALL GParamFlags gi_property_info_get_flags(GIPropertyInfo *info)
GI_AVAILABLE_IN_ALL GIFunctionInfo * gi_property_info_get_getter(GIPropertyInfo *info)
GI_AVAILABLE_IN_ALL GIFunctionInfo * gi_property_info_get_setter(GIPropertyInfo *info)
GI_AVAILABLE_IN_ALL GITypeInfo * gi_property_info_get_type_info(GIPropertyInfo *info)
struct _GIPropertyInfo GIPropertyInfo
struct _GIFunctionInfo GIFunctionInfo