diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2018-03-09 15:25:11 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2018-03-09 15:25:36 +0100 |
commit | 342974977f4e0887248fdef9eb980f5c1e82ffb5 (patch) | |
tree | 0e208aba51e61e69f63646d2e94d4f61977a27b1 /src/scripts | |
parent | c7fd43ad4ed8d4a8067326ff727fa69681bd9101 (diff) |
eolian: resolve to Eolian_Objects instead of voids
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/pyolian/eolian_lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/pyolian/eolian_lib.py b/src/scripts/pyolian/eolian_lib.py index 30d124fc05..bf333b675d 100644 --- a/src/scripts/pyolian/eolian_lib.py +++ b/src/scripts/pyolian/eolian_lib.py | |||
@@ -831,7 +831,7 @@ lib.eolian_doc_token_type_get.restype = c_int | |||
831 | lib.eolian_doc_token_text_get.argtypes = [c_void_p,] | 831 | lib.eolian_doc_token_text_get.argtypes = [c_void_p,] |
832 | lib.eolian_doc_token_text_get.restype = c_void_p # char* TO BE FREED | 832 | lib.eolian_doc_token_text_get.restype = c_void_p # char* TO BE FREED |
833 | 833 | ||
834 | # EAPI Eolian_Object_Type eolian_doc_token_ref_get(const Eolian_Unit *unit, const Eolian_Doc_Token *tok, const void **data, const void **data2); | 834 | # EAPI Eolian_Object_Type eolian_doc_token_ref_get(const Eolian_Unit *unit, const Eolian_Doc_Token *tok, const Eolian_Object **data, const Eolian_Object **data2); |
835 | # lib.eolian_doc_token_ref_get.argtypes = [c_void_p, c_void_p, ???, ???] | 835 | # lib.eolian_doc_token_ref_get.argtypes = [c_void_p, c_void_p, ???, ???] |
836 | # lib.eolian_doc_token_ref_get.restype = c_int | 836 | # lib.eolian_doc_token_ref_get.restype = c_int |
837 | 837 | ||