diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:35:18 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:35:19 +0900 |
commit | f29005349e245e146d416b2dc7a8f8a89a2e8a61 (patch) | |
tree | 454e51d5c655d539782db7f563a3f9740c0bea4b /gi/pygi-info.h | |
parent | df82aa0a770d4b3e52e96eb5c60b528ddcdb2343 (diff) | |
download | pygobject2-f29005349e245e146d416b2dc7a8f8a89a2e8a61.tar.gz pygobject2-f29005349e245e146d416b2dc7a8f8a89a2e8a61.tar.bz2 pygobject2-f29005349e245e146d416b2dc7a8f8a89a2e8a61.zip |
Imported Upstream version 2.27.0
Change-Id: I194bad75f59fbd798f2049b3066248e7a672c9b9
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pygi-info.h')
-rw-r--r-- | gi/pygi-info.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gi/pygi-info.h b/gi/pygi-info.h index 0d2bade..afd65dc 100644 --- a/gi/pygi-info.h +++ b/gi/pygi-info.h @@ -35,6 +35,7 @@ gboolean pygi_g_struct_info_is_simple (GIStructInfo *struct_info); extern PyTypeObject PyGIBaseInfo_Type; extern PyTypeObject PyGICallableInfo_Type; +extern PyTypeObject PyGICallbackInfo_Type; extern PyTypeObject PyGIFunctionInfo_Type; extern PyTypeObject PyGIRegisteredTypeInfo_Type; extern PyTypeObject PyGIStructInfo_Type; @@ -47,6 +48,12 @@ extern PyTypeObject PyGIFieldInfo_Type; extern PyTypeObject PyGIUnresolvedInfo_Type; extern PyTypeObject PyGIVFuncInfo_Type; extern PyTypeObject PyGIUnionInfo_Type; +extern PyTypeObject PyGIBoxedInfo_Type; +extern PyTypeObject PyGIErrorDomainInfo_Type; +extern PyTypeObject PyGISignalInfo_Type; +extern PyTypeObject PyGIPropertyInfo_Type; +extern PyTypeObject PyGIArgInfo_Type; +extern PyTypeObject PyGITypeInfo_Type; #define PyGIBaseInfo_GET_GI_INFO(object) g_base_info_ref(((PyGIBaseInfo *)object)->info) |