summaryrefslogtreecommitdiff
path: root/girepository/girffi.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-09Don't include machine-dependent integral types in the typelibColin Walters1-29/+0
2010-06-06[girepository] Kill girffi-private.hJohan Dahlin1-4/+4
2010-05-18[girepository] Document most of the structsJohan Dahlin1-0/+2
2010-04-08Correctly use ffi_closure_alloc(), fixing mmap permissions errorOwen W. Taylor1-22/+22
2010-04-07Revert "g_callable_info_prepare_closure: handle mmap permissions error"Colin Walters1-22/+22
2010-04-06g_callable_info_prepare_closure: handle mmap permissions errorDan Winship1-22/+22
2010-03-24[girepository] Remove trailing whitespaceJohan Dahlin1-13/+13
2009-12-31The private header should be included in girffi.cJohan Dahlin1-0/+1
2009-12-16[girffi] Clean up API, add g_function_info_prep_invokerColin Walters1-127/+135
2009-12-15Revert "GI_TYPE_TAG_VOID != ffi_type_void"Johan Dahlin1-1/+2
2009-12-02Remove some unportable integral type size assumptionsIain Nicol1-4/+12
2009-12-02Fix build on OpenBSDJasper Lievisse Adriaanse1-1/+4
2009-12-02GI_TYPE_TAG_VOID != ffi_type_voidMaxim Ermilov1-2/+1
2009-12-02Plug a leak in g_callable_info_get_ffi_return_typeMaxim Ermilov1-0/+3
2009-11-12Add g_ir_ffi_convert_argumentsTomeu Vizoso1-0/+112
2009-06-22Bug 584423 – Add short/ushort supportMark Lee1-0/+4
2009-02-12Add gtk-doc supportJohan Dahlin1-1/+1
2009-02-05Add utility functions for invocing closures given a GICallableInfo usingJohan Dahlin1-0/+139
2008-11-13girepository/girffi.c: Fix "Unexpected time for time_t" message.Owen Taylor1-1/+1
2008-11-11Split g_ir_ffi_get_ffi_type() out from ginvoke.cOwen Taylor1-0/+100