summaryrefslogtreecommitdiff
path: root/girepository/girffi.c
Commit message (Expand)AuthorAgeFilesLines
* [girepository] Document most of the structsJohan Dahlin2010-05-181-0/+2
* Correctly use ffi_closure_alloc(), fixing mmap permissions errorOwen W. Taylor2010-04-081-22/+22
* Revert "g_callable_info_prepare_closure: handle mmap permissions error"Colin Walters2010-04-071-22/+22
* g_callable_info_prepare_closure: handle mmap permissions errorDan Winship2010-04-061-22/+22
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-13/+13
* The private header should be included in girffi.cJohan Dahlin2009-12-311-0/+1
* [girffi] Clean up API, add g_function_info_prep_invokerColin Walters2009-12-161-127/+135
* Revert "GI_TYPE_TAG_VOID != ffi_type_void"Johan Dahlin2009-12-151-1/+2
* Remove some unportable integral type size assumptionsIain Nicol2009-12-021-4/+12
* Fix build on OpenBSDJasper Lievisse Adriaanse2009-12-021-1/+4
* GI_TYPE_TAG_VOID != ffi_type_voidMaxim Ermilov2009-12-021-2/+1
* Plug a leak in g_callable_info_get_ffi_return_typeMaxim Ermilov2009-12-021-0/+3
* Add g_ir_ffi_convert_argumentsTomeu Vizoso2009-11-121-0/+112
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-0/+4
* Add gtk-doc supportJohan Dahlin2009-02-121-1/+1
* Add utility functions for invocing closures given a GICallableInfo usingJohan Dahlin2009-02-051-0/+139
* girepository/girffi.c: Fix "Unexpected time for time_t" message.Owen Taylor2008-11-131-1/+1
* Split g_ir_ffi_get_ffi_type() out from ginvoke.cOwen Taylor2008-11-111-0/+100