diff options
author | Tomeu Vizoso <tomeu@sugarlabs.org> | 2010-04-18 13:11:11 -0400 |
---|---|---|
committer | Tomeu Vizoso <tomeu@sugarlabs.org> | 2010-04-18 13:15:07 -0400 |
commit | 8b70faa7a9a32b9ea8862f28a503e38f496cfd89 (patch) | |
tree | 139df2373cdc05b308dfd87ea46699eee8999f13 /gi/pygi-info.h | |
parent | e239faacb4798fe2d166233ca1a19a843a6225e3 (diff) | |
download | pygobject-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.h | 1 |
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) |