diff options
Diffstat (limited to 'girepository/gipropertyinfo.h')
-rw-r--r-- | girepository/gipropertyinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/gipropertyinfo.h b/girepository/gipropertyinfo.h index 14b18b41..7644664b 100644 --- a/girepository/gipropertyinfo.h +++ b/girepository/gipropertyinfo.h @@ -31,6 +31,12 @@ G_BEGIN_DECLS +/** + * GI_IS_PROPERTY_INFO + * @info: an info structure + * + * Checks if @info is a #GIPropertyInfo. + */ #define GI_IS_PROPERTY_INFO(info) \ (g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_PROPERTY) |