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