summaryrefslogtreecommitdiff
path: root/girepository/ginfo.c
Commit message (Expand)AuthorAgeFilesLines
* [girepository] Move the rest out of ginfo.chJohan Dahlin2010-06-061-1122/+0
* [girepository] Move GIRegisteredTypeInfo out of ginfo.chJohan Dahlin2010-06-061-48/+0
* [girepository] Move GIFieldInfo out of ginfo.chJohan Dahlin2010-06-061-73/+0
* [girepository] Move GIEnumInfo out of ginfo.chJohan Dahlin2010-06-061-112/+0
* [girepository] Move GIErrorDomainInfo out of ginfo.chJohan Dahlin2010-06-061-62/+0
* [girepository] Move GITypeInfo out of ginfo.chJohan Dahlin2010-06-061-378/+0
* [girepository] Move GIArgInfo out of ginfo.chJohan Dahlin2010-06-051-275/+0
* [girepository] Move GICallableInfo out of ginfo.chJohan Dahlin2010-06-051-255/+7
* [gifunctioninfo] Move out to another fileJohan Dahlin2010-05-311-142/+0
* [gtypelib.ch] Rename to gitypelib.chJohan Dahlin2010-05-311-1/+1
* [girepository] Split out GIBaseInfoJohan Dahlin2010-05-311-621/+21
* [ginfo] Document enum and enum valuesJohan Dahlin2010-05-301-46/+117
* [info] Fix-up prototype indentationJohan Dahlin2010-05-301-6/+6
* [doc] Document GIErrorDomainInfo methodsJohan Dahlin2010-05-281-3/+44
* [GITypeInfo] Document and check typeJohan Dahlin2010-05-281-11/+160
* [girepository] Check types function/callable/argJohan Dahlin2010-05-271-23/+128
* Support (out caller-allocates)Colin Walters2010-05-261-5/+7
* [docs] Document GICallableInfo and GIArgInfoJohan Dahlin2010-05-211-20/+127
* [girepository] Use g_sliceJohan Dahlin2010-05-201-4/+4
* [docs] Make gtk-doc language consistent.Johan Dahlin2010-05-191-50/+63
* [GIFunctionInfo] Document struct and functionsJohan Dahlin2010-05-191-0/+53
* [GIBaseInfo] Document all functionsJohan Dahlin2010-05-181-6/+106
* [girepository] Update gtk-doc syntaxJohan Dahlin2010-05-181-6/+8
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-0/+17
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-17/+0
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-0/+17
* Add support for foreign structsJohan Dahlin2010-03-251-0/+9
* [typelib] Remove space/indent mismatchJohan Dahlin2010-03-251-5/+5
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-159/+159
* increase limit of GIRealInfo's ref_countMaxim Ermilov2010-01-251-5/+7
* Correctly cast to a CommonBlob when looking up embedded typesColin Walters2010-01-121-8/+28
* Allow stack allocating GIBaseInfo, add stack retrieval variantsColin Walters2009-12-161-587/+636
* Add a method to compare infosSimon van der Linden2009-11-201-0/+20
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-11/+56
* Correctly ref repository in GIUnresolvedInfoColin Walters2009-09-041-1/+1
* Bug 593322 - Fix unref of GIUnresolvedInfo instancesColin Walters2009-09-041-0/+8
* Name unions to enable compilation on SolarisTobias Mueller2009-06-241-17/+17
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-0/+6
* Bug 557383 - Virtual method supportColin Walters2009-03-051-0/+116
* Bug 571548 - Generic attributesColin Walters2009-03-031-38/+105
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-11/+29
* Bug 571373 - Remove hardcoded offsets in ginfo.cColin Walters2009-02-181-4/+6
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+4
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-0/+37
* handle the special case for GObject, whose glib:get-type is listed asDan Winship2009-02-021-0/+2
* Only unref the repository if it's actually set.Johan Dahlin2009-01-261-1/+2
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-1/+28
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-1/+1
* Bug 561137 - support multiple repositoriesColin Walters2008-11-251-20/+41
* Add "storage type" to the typelib data for enumsOwen Taylor2008-11-181-0/+22