summaryrefslogtreecommitdiff
path: root/girepository/girnode.c
Commit message (Expand)AuthorAgeFilesLines
* Add copy and free function annotations for POD typesEmmanuele Bassi2023-01-081-0/+22
* Use GI_TYPE_TAG_IS_BASICEmmanuele Bassi2022-02-131-3/+3
* Improve readability of error messageEmmanuele Bassi2021-08-051-3/+3
* Use a macro for the missing accessor sentinel valueEmmanuele Bassi2021-08-051-2/+2
* Add introspection data for property accessorsEmmanuele Bassi2021-08-051-0/+32
* Add new annotations for property accessorsEmmanuele Bassi2021-08-051-2/+18
* Add "final" class attributeEmmanuele Bassi2021-08-051-0/+1
* girnode: remove wrongly added g_assert_not_reached(). Fixes #218Christoph Reiter2018-08-031-1/+1
* build: enable -Wswitch-defaultChristoph Reiter2018-07-291-0/+4
* build: enable -WshadowChristoph Reiter2018-07-291-9/+9
* Use locale-independent functions to parse numbersEmmanuele Bassi2017-09-241-3/+3
* girepository: Use constant time calculation for sections after Object fieldsSimon Feltman2015-10-101-41/+51
* girepository: Support GError exceptions on callbacksGarrett Regier2015-06-211-2/+5
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-031-0/+3
* girepository: ArgBlob: rename allow_none parameterRyan Lortie2014-05-061-5/+5
* scanner: Support boolean constantsFlorian Müllner2013-11-291-2/+2
* girnode: Fix a NULL pointer deference if a namespace can’t be foundPhilip Withnall2013-11-061-0/+5
* girepository: Remove C99ism and other updatesChun-wei Fan2012-10-271-5/+10
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
* girepository: Add GI_VFUNC_THROWSColin Walters2012-02-031-0/+1
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-1/+17
* Switch to storing string form of error quarksDan Winship2011-08-121-0/+7
* Deprecate ErrorDomainDan Winship2011-08-121-67/+5
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-081-1/+3
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+2
* GIrNode: fix lookup of cached type nodesGiovanni Campagna2011-02-211-11/+34
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-161-173/+173
* Add support for gunichar in typelibColin Walters2010-11-121-1/+1
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-1/+2
* girepository: Use G_TYPE_TAG_IS_BASIC consistentlyColin Walters2010-10-261-5/+3
* Use GLib types consistentlyColin Walters2010-08-311-27/+1
* [gircompiler] Clean up parsingColin Walters2010-08-171-87/+74
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-27/+0
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+21
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+16
* Attribute bug-fixesDavid Zeuthen2010-06-241-10/+4
* Support the (transfer) annotation for properties.Tomeu Vizoso2010-06-081-0/+2
* [gtypelib.ch] Rename to gitypelib.chJohan Dahlin2010-05-311-1/+1
* Support (out caller-allocates)Colin Walters2010-05-261-1/+1
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-0/+1
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-1/+0
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-0/+1
* Add support for foreign structsJohan Dahlin2010-03-251-0/+1
* [typelib] Remove space/indent mismatchJohan Dahlin2010-03-251-7/+7
* Remove trailing whitespaceJohan Dahlin2010-03-251-1/+1
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-123/+123
* Fix Alignment Errors.Kedar Sovani2010-02-111-6/+13
* [g-ir-compiler] Slightly less lame error messagesColin Walters2010-02-111-1/+1
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-6/+28
* Sync the basic types array in girnode.c:serialize_type with GITypeTagDan Winship2009-07-061-3/+4