summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* repository: Remove extraneous leftover assignment to rvalue.Michel Dänzer2012-03-081-1/+0
* repository: Add new public gi_type_info_extract_ffi_return_value() APIColin Walters2012-03-052-7/+11
* repository: Fix conversion of FFI values on big-endian architecturesMichel Dänzer2012-03-052-42/+203
* repository: Ensure error is set if we're parsing a malformed fileJean Bréfort2012-02-171-4/+5
* girffi: Virtual functions are methodsJasper St. Pierre2012-02-101-1/+1
* typelib: Fix invalid alignment assumptionsThorsten Glaser2012-02-081-1/+7
* Plug memory leak in lazy typelibs hash tableJesse van den Kieboom2012-02-051-1/+3
* girffi: Fix g_function_info_new_for_address to respect G_VFUNC_THROWSJasper St. Pierre2012-02-031-1/+8
* Add Emacs mode lines to C sourcesColin Walters2012-02-0356-58/+111
* girepository: Add GI_VFUNC_THROWSColin Walters2012-02-037-2/+20
* giobjectinfo: Add g_object_info_find_vfunc_using_interfacesJasper St. Pierre2012-02-032-0/+63
* girffi: Add new g_function_invoker_new_for_addressJasper St. Pierre2012-02-032-14/+70
* girffi: Fix compiler warningsJasper St. Pierre2012-01-061-12/+9
* repository: Squash memory leak in _get_func and fix up styleJasper St. Pierre2012-01-061-17/+19
* ffi: Treat enums as 32 bit signed values to fix PPC64Ray Strode2011-12-211-12/+48
* gitypelib: Fix compiler warningsJasper St. Pierre2011-12-011-20/+0
* gibaseinfo: Fix compiler warningsJasper St. Pierre2011-12-011-1/+1
* Use the correct size when freeing unused infoSjoerd Simons2011-10-201-1/+4
* parser: prevents a segfault when _g_ir_parser_parse_string returns NULL error...Alberto Ruiz2011-10-181-0/+5
* giconstantinfo: Add API to fix memory leakJasper St. Pierre2011-10-052-0/+32
* repository: Fix g_irepository_get_c_prefix()Colin Walters2011-09-211-1/+1
* Fix g_type_info_is_pointer() for overriden types of arguments.Pavel Holejsovsky2011-09-121-0/+4
* Windows port: compute GOBJECT_INTROSPECTION_LIBDIR at runtime.Dieter Verfaillie2011-09-071-0/+33
* Windows port: cmph_time.h includes sys/resource.h which is not available on W...Dieter Verfaillie2011-09-071-5/+3
* gi-dump-types: New uninstalled debugging programColin Walters2011-09-032-0/+36
* girffi: Remove unnecessary sys/mman.h includeColin Walters2011-09-031-2/+2
* Fix g_irepository_find_by_gtype() for GDK_TYPE_RECTANGLEPavel Holejsovsky2011-08-251-0/+11
* Add 'Since:' tags to the newly added GIEnumInfo methodsTorsten Schönfeld2011-08-181-0/+4
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-167-10/+115
* Add signal flagsJohan Dahlin2011-08-131-1/+25
* Add g_irepository_find_by_error_domain()Dan Winship2011-08-124-0/+118
* Switch to storing string form of error quarksDan Winship2011-08-128-17/+104
* Deprecate ErrorDomainDan Winship2011-08-1216-494/+18
* girepository: fix some doc comment syntaxDan Winship2011-08-121-6/+6
* Rename ALIGN to GI_ALIGN to prevent redefining this macro on some platformsJasper Lievisse Adriaanse2011-06-211-5/+5
* Free allocated ffi_types in g_callable_info_free_closure()Giovanni Campagna2011-06-201-0/+1
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-082-2/+4
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-083-23/+10
* Assume only that an array is embedded in a struct if it's fixed sizeTomeu Vizoso2011-06-061-2/+6
* gifieldinfo.c: Quiet some compiler warningsColin Walters2011-05-231-0/+4
* Add Since: for g_arg_info_is_skip()Colin Walters2011-05-131-0/+1
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-139-2/+75
* g_field_info_get_field: return correct pointer for C arrayMaxim Ermilov2011-05-041-1/+4
* girparser: use c:identifier-prefixes instead of c:prefixSerkan Kaba2011-03-261-1/+1
* support setting gobjects and ginterfaces in struct fieldsJohn (J5) Palmieri2011-03-161-0/+17
* Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3Laszlo Pandy2011-02-231-0/+6
* GIrNode: fix lookup of cached type nodesGiovanni Campagna2011-02-211-11/+34
* Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').Laszlo Pandy2011-02-171-1/+1
* Account for arg direction in g_callable_info_get_ffi_arg_typesJonathan Matthew2011-02-091-1/+12
* Pass shared-library as-is to g_module_openTomeu Vizoso2011-01-211-4/+0