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