summaryrefslogtreecommitdiffstats
path: root/gi/pygi-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-info.h')
-rw-r--r--gi/pygi-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-info.h b/gi/pygi-info.h
index 437ef9a..fe02d1a 100644
--- a/gi/pygi-info.h
+++ b/gi/pygi-info.h
@@ -45,6 +45,7 @@ extern PyTypeObject PyGIConstantInfo_Type;
extern PyTypeObject PyGIValueInfo_Type;
extern PyTypeObject PyGIFieldInfo_Type;
extern PyTypeObject PyGIUnresolvedInfo_Type;
+extern PyTypeObject PyGIVFuncInfo_Type;
#define PyGIBaseInfo_GET_GI_INFO(object) g_base_info_ref(((PyGIBaseInfo *)object)->info)