summaryrefslogtreecommitdiff
path: root/girepository/gistructinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/gistructinfo.h')
-rw-r--r--girepository/gistructinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/gistructinfo.h b/girepository/gistructinfo.h
index 1d10708e..4300534d 100644
--- a/girepository/gistructinfo.h
+++ b/girepository/gistructinfo.h
@@ -31,6 +31,12 @@
G_BEGIN_DECLS
+/**
+ * GI_IS_STRUCT_INFO
+ * @info: an info structure
+ *
+ * Checks if @info is a #GIStructInfo.
+ */
#define GI_IS_STRUCT_INFO(info) \
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_STRUCT)