summaryrefslogtreecommitdiff
path: root/gi/pygi-info.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2010-04-18 13:11:11 -0400
committerTomeu Vizoso <tomeu@sugarlabs.org>2010-04-18 13:15:07 -0400
commit8b70faa7a9a32b9ea8862f28a503e38f496cfd89 (patch)
tree139df2373cdc05b308dfd87ea46699eee8999f13 /gi/pygi-info.h
parente239faacb4798fe2d166233ca1a19a843a6225e3 (diff)
downloadpygobject-8b70faa7a9a32b9ea8862f28a503e38f496cfd89.tar.gz
Implement vfuncs.
https://bugzilla.gnome.org/show_bug.cgi?id=602736
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 437ef9a7..fe02d1a2 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)