diff options
Diffstat (limited to 'gi/pygi-hashtable.h')
-rw-r--r-- | gi/pygi-hashtable.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gi/pygi-hashtable.h b/gi/pygi-hashtable.h index a42aaf0..efd69f6 100644 --- a/gi/pygi-hashtable.h +++ b/gi/pygi-hashtable.h @@ -25,10 +25,11 @@ G_BEGIN_DECLS -PyGIArgCache *pygi_arg_hash_table_new_from_info (GITypeInfo *type_info, - GIArgInfo *arg_info, /* may be null */ - GITransfer transfer, - PyGIDirection direction); +PyGIArgCache *pygi_arg_hash_table_new_from_info (GITypeInfo *type_info, + GIArgInfo *arg_info, /* may be null */ + GITransfer transfer, + PyGIDirection direction, + PyGICallableCache *callable_cache); G_END_DECLS |