summaryrefslogtreecommitdiff
path: root/girepository/giunioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/giunioninfo.h')
-rw-r--r--girepository/giunioninfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/giunioninfo.h b/girepository/giunioninfo.h
index 83696f76..5359346a 100644
--- a/girepository/giunioninfo.h
+++ b/girepository/giunioninfo.h
@@ -31,6 +31,12 @@
G_BEGIN_DECLS
+/**
+ * GI_IS_UNION_INFO
+ * @info: an info structure
+ *
+ * Checks if @info is a #GIUnionInfo.
+ */
#define GI_IS_UNION_INFO(info) \
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_UNION)