diff options
Diffstat (limited to 'girepository/gicallableinfo.h')
-rw-r--r-- | girepository/gicallableinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/gicallableinfo.h b/girepository/gicallableinfo.h index a7d7079a..71f9d0c6 100644 --- a/girepository/gicallableinfo.h +++ b/girepository/gicallableinfo.h @@ -31,6 +31,12 @@ G_BEGIN_DECLS +/** + * GI_IS_CALLABLE_INFO + * @info: an info structure + * + * Checks if @info is a #GICallableInfo or derived from it. + */ #define GI_IS_CALLABLE_INFO(info) \ ((g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_FUNCTION) || \ (g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_CALLBACK) || \ |