summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for g[u]intptr in scanner and girwriter.Pavel Holejsovsky2011-01-131-3/+5
* Add g_vfunc_info_invoke and g_vfunc_info_get_addressTomeu Vizoso2011-01-125-157/+323
* scanner: Rename g_irepository_dump when included from the dumperBenjamin Otte2011-01-111-2/+4
* Avoid using namespace as identifier in public header filesKristian Rietveld2010-12-281-1/+1
* Don't emit shadowed methods into the typelibAndreas Rottmann2010-12-071-1/+4
* g_object_info_find_method_using_interfaces: Fix crash if not foundColin Walters2010-12-061-1/+1
* g_object_info_find_method_using_interfaces: New functionColin Walters2010-12-062-0/+62
* Add directory index sectionColin Walters2010-12-033-12/+164
* Add internal hashing API designed for the typelibColin Walters2010-12-033-0/+292
* cmph-bdz-test: New testColin Walters2010-12-031-0/+141
* cmph: Squash a lot of gcc -Wall compiler warningsColin Walters2010-12-0321-26/+28
* cmph: Modify types to use GLib typesColin Walters2010-12-031-27/+10