summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Substitute deprecated Glib symbol: g_mapped_file_freeGOBJECT_INTROSPECTION_0_6_7Javier Jardón2009-12-154-10/+37
* fix invoke testsSaleem Abdulrasool2009-12-151-2/+2
* protect on null retvalSaleem Abdulrasool2009-12-151-0/+2
* Revert "GI_TYPE_TAG_VOID != ffi_type_void"Johan Dahlin2009-12-151-1/+2
* Do not require the precense of INTROSPECTION_GIRSJohan Dahlin2009-12-141-1/+0
* Update .gitignoreJohan Dahlin2009-12-141-0/+3
* Install Makefile.introspection in the right dirJohan Dahlin2009-12-141-2/+2
* Move the functions out of the defineJohan Dahlin2009-12-141-22/+23
* Add a Makefile.introspectionJohan Dahlin2009-12-147-219/+304
* Post release version bumpJohan Dahlin2009-12-101-1/+1
* annotate g_completion_complete_utf8GOBJECT_INTROSPECTION_0_6_6Dan Winship2009-12-091-0/+5
* [scanner] Fix various hardcoded type name checksDan Winship2009-12-093-12/+16
* [scanner] "GError *" is not the same as "GError **"Dan Winship2009-12-091-3/+3
* Improve the error messageJohan Dahlin2009-12-091-1/+1
* Fix an annotationparser bug for empty tagsJohan Dahlin2009-12-094-1/+41
* [Gio] g_repalce_contents_finish has an out argJohan Dahlin2009-12-091-0/+5
* Make error more verbose in parserBastien Nocera2009-12-091-4/+7
* Wrap line in 80 charactersJohan Dahlin2009-12-081-2/+3
* [everything] Add a function which has multiple (out) double argumentsColin Walters2009-12-083-0/+31
* [transformer] Look up callback types in the full name set, not just typedefsColin Walters2009-12-081-2/+4
* Fix foo-1.0-expected.{gir,tgir} for callback patchColin Walters2009-12-082-2/+5
* scanner: more verbose parser error messagesStefan Kost2009-12-052-3/+10
* scanner: fix wrong linenumbers in parser errorsStefan Kost2009-12-051-0/+3
* annotationparser: include symbol name in warningStefan Kost2009-12-041-2/+2
* scanner: don't warn about unexpected characters when the char is \0Stefan Kost2009-12-041-1/+1
* Add ffi cflags/libs/requires to exported .pcJohan Dahlin2009-12-043-9/+17
* Revert "Require libffi.pc"Johan Dahlin2009-12-043-4/+43
* Allow NULL to be sent in for various callbacksJohan Dahlin2009-12-031-3/+3
* [everything] Allow passing NULL to the callbackJohan Dahlin2009-12-032-3/+8
* Remove scope notified annotationsJohan Dahlin2009-12-031-5/+0
* Check for AsyncReadyCallback / DestroyNotifyJohan Dahlin2009-12-031-2/+3
* [configure.ac] Followup to 494c1c92520 - restore $GCOV_LIBSColin Walters2009-12-021-0/+1
* Require libffi.pcColin Walters2009-12-023-43/+3
* [dumper] Fix threads initializationColin Walters2009-12-021-1/+1
* Add async callback tests to everythingMaxim Ermilov2009-12-023-3/+70
* Ignore errors caused by permissions in $HOMEJosselin Mouette2009-12-021-1/+4
* Remove some unportable integral type size assumptionsIain Nicol2009-12-022-6/+27
* Use ${datadir} in lieu of hardcoding ${prefix}/shareChristian Persch2009-12-022-2/+6
* Fix build on OpenBSDJasper Lievisse Adriaanse2009-12-021-1/+4
* GI_TYPE_TAG_VOID != ffi_type_voidMaxim Ermilov2009-12-021-2/+1
* Better scope in GAsyncReadyCallback/GDestroyNotifyJohan Dahlin2009-12-029-4/+106
* Plug a leak in g_callable_info_get_ffi_return_typeMaxim Ermilov2009-12-021-0/+3
* InitiallyUnownedClass should contain all the fields as ObjectClass if we want...Tomeu Vizoso2009-11-301-0/+2
* Make (skip) annotation work everywhereDan Winship2009-11-233-0/+21
* Fix enum prefix stripping to work only up to word boundariesDan Winship2009-11-234-9/+24
* Correct g_file_enumerator_next_files_finish annotation.Maxim Ermilov2009-11-211-0/+6
* Add a method to compare infosSimon van der Linden2009-11-202-0/+22
* Add g_ir_ffi_convert_argumentsTomeu Vizoso2009-11-122-0/+114
* Don't put the callback element inside the field if it's not a glib structTomeu Vizoso2009-11-111-3/+9
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-1113-112/+321