summaryrefslogtreecommitdiff
path: root/girepository/ginfo.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Bug 560825 – Add size and alignment to typelibOwen Taylor2008-11-161-0/+35
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-0/+20
* Bug 557623 - Constructors shouldn't be flagged as methods.Lucas Rocha2008-10-241-1/+2
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-221-1/+1
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-0/+3
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-0/+8
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-0/+1
* Bug 556541 – access union members through UnionBlob rather thanTommi Komulainen2008-10-161-2/+2
* add g_union_info_find_methodJohan Bilien2008-10-141-0/+16
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-3/+3
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-231-0/+3
* Strengthen check for interface vs basic typesColin Walters2008-09-191-10/+10
* Add back unresolvedColin Walters2008-08-301-6/+24
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-301-26/+7
* Add some assertions, blacklist a few more methodsColin Walters2008-08-301-1/+6
* Redo signature_offset to be cleaner and correct for vfuncsColin Walters2008-08-231-3/+11
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-091-207/+207