summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
Commit message (Expand)AuthorAgeFilesLines
* girepository: Return pointer array for interface cachePhilip Chimento2019-06-201-1/+1
* repository: g_irepository_get_object_gtype_interfacesColin Walters2019-01-091-0/+6
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-0/+1
* girepository: Add g_irepository_get_immediate_dependencies()Philip Withnall2015-02-161-0/+4
* girepository: Add Header for Version MacrosChun-wei Fan2014-08-151-0/+45
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-8/+23
* GIRepository: add API for extending library pathsGiovanni Campagna2013-02-241-0/+1
* Fix malformed GTK-Doc comment blocks:Dieter Verfaillie2012-04-051-1/+1
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
* Add g_irepository_find_by_error_domain()Dan Winship2011-08-121-0/+2
* Deprecate ErrorDomainDan Winship2011-08-121-1/+0
* Avoid using namespace as identifier in public header filesKristian Rietveld2010-12-281-1/+1
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-311-3/+3
* Add new API g_typelib_require_private()Steve Frécinaux2010-08-031-0/+6
* [GIRepository] Rename g_irepository_enumerateJohan Dahlin2010-07-281-2/+2
* Add g_irepository_enumerateColin Walters2010-07-271-0/+2
* [girepository] Kill girffi-private.hJohan Dahlin2010-06-061-2/+3
* [girepository] Move the rest out of ginfo.chJohan Dahlin2010-06-061-148/+8
* [girepository] Move GIRegisteredTypeInfo out of ginfo.chJohan Dahlin2010-06-061-13/+1
* [girepository] Move GIFieldInfo out of ginfo.chJohan Dahlin2010-06-061-18/+1
* [girepository] Move GIEnumInfo out of ginfo.chJohan Dahlin2010-06-061-18/+1
* [girepository] Move GIErrorDomainInfo out of ginfo.chJohan Dahlin2010-06-061-9/+1
* [girepository] Move GITypeInfo out of ginfo.chJohan Dahlin2010-06-061-23/+1
* [girepository] Move the enumsJohan Dahlin2010-06-051-118/+0
* [girepository] Move GIArgInfo out of ginfo.chJohan Dahlin2010-06-051-55/+1
* [girepository] Move GICallableInfo out of ginfo.chJohan Dahlin2010-06-051-35/+1
* [girepository] Fix the remaning headers as wellJohan Dahlin2010-06-011-4/+4
* [gifunctioninfo] Move out to another fileJohan Dahlin2010-05-311-87/+2
* [girepository] Split out GIBaseInfoJohan Dahlin2010-05-311-254/+5
* [girepository] Correct GI_IS_ENUM_INFO macroJohan Dahlin2010-05-301-1/+2
* Remove leftover functionJohan Dahlin2010-05-281-3/+0
* [girepository] Add macros for checking struct typeJohan Dahlin2010-05-271-1/+63
* Remove g_arg_info_is_dipper from public APIColin Walters2010-05-261-1/+0
* Support (out caller-allocates)Colin Walters2010-05-261-0/+1
* [docs] Document GICallableInfo and GIArgInfoJohan Dahlin2010-05-211-2/+2
* [girepository] Document most of the structsJohan Dahlin2010-05-181-12/+288
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-0/+8
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-8/+0
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-0/+8
* Add support for foreign structsJohan Dahlin2010-03-251-0/+1
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-19/+19
* Allow stack allocating GIBaseInfo, add stack retrieval variantsColin Walters2009-12-161-23/+48
* Add a method to compare infosSimon van der Linden2009-11-201-0/+2
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-3/+3
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-18/+22
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-271-2/+0
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-0/+2
* Bug 557383 - Virtual method supportColin Walters2009-03-051-0/+5
* Bug 571548 - Generic attributesColin Walters2009-03-031-1/+13
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-1/+3