summaryrefslogtreecommitdiff
path: root/girepository/girepository.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak.Pavel Holejsovsky2010-09-251-2/+8
* Update annotations for GIRepository.Repository.Pavel Holejsovsky2010-09-151-13/+13
* [girepository] Document GIStructInfo & GIUnionInfoPavel Holejsovsky2010-09-051-1/+1
* girepository: Call init_globals()Colin Walters2010-09-021-11/+13
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-311-27/+27
* [girepository] Add a couple of missing transferJohan Dahlin2010-08-311-7/+16
* Use GLib types consistentlyColin Walters2010-08-311-11/+11
* Fix warning when using g_irepository_enumerate_version()Steve Frécinaux2010-08-181-3/+6
* Include the loaded version in g_irepository_enumerate_versions()Steve Frécinaux2010-08-181-2/+13
* [girepository] Fix up error printingColin Walters2010-08-171-2/+9
* Do not leak typelibs with wrong header info.GOBJECT_INTROSPECTION_0_9_3Steve Frécinaux2010-08-031-0/+2
* Add new API g_typelib_require_private()Steve Frécinaux2010-08-031-35/+88
* [girepository] Update documentationJohan Dahlin2010-07-281-2/+12
* [GIRepository] Rename g_irepository_enumerateJohan Dahlin2010-07-281-8/+9
* Add g_info_type_to_string (GIInfoType type)Tomeu Vizoso2010-07-281-0/+56
* Add g_irepository_enumerateColin Walters2010-07-271-14/+57
* [girepository] Include path to file in typelib load failure errorColin Walters2010-07-221-3/+13
* [girepository] Fix ordering in override_search_pathFlorian Müllner2010-07-151-0/+3
* [girepository] Actually verify header of loaded typelibs in g_irepository_req...Colin Walters2010-07-141-1/+3
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-18/+0
* [girepository] Move GICallableInfo out of ginfo.chJohan Dahlin2010-06-051-4/+4
* [gtypelib.ch] Rename to gitypelib.chJohan Dahlin2010-05-311-1/+1
* [girepository] Use g_sliceJohan Dahlin2010-05-201-3/+3
* [girepository] Document most of the structsJohan Dahlin2010-05-181-1/+1
* [girepository] Update gtk-doc syntaxJohan Dahlin2010-05-181-1/+1
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-55/+55
* Substitute deprecated Glib symbol: g_mapped_file_freeGOBJECT_INTROSPECTION_0_6_7Javier Jardón2009-12-151-1/+2
* [typelib] Clean up dlopen handlingColin Walters2009-08-191-3/+0
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-0/+4
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-4/+72
* Fix buildRobert Carr2009-02-121-3/+3
* Add gtk-doc supportJohan Dahlin2009-02-121-39/+38
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-1/+1
* Bug 562914: Order GI_TYPELIB_PATH before anything elseColin Walters2009-01-121-4/+29
* Bug 567212: Exit after dumpingColin Walters2009-01-121-1/+2
* Bug 563998 – Cache the GIBaseInfo for GTypesJohan Bilien2008-12-101-0/+18
* Remove debug printColin Walters2008-11-251-1/+0
* Bug 561137 - support multiple repositoriesColin Walters2008-11-251-2/+9
* Ensure we always call init_globalsColin Walters2008-11-171-6/+5
* g_irepository_get_default is (transfer none)Colin Walters2008-11-171-1/+1
* g_irepository_dump implementationColin Walters2008-11-131-0/+25
* Fix minor memory leak.Tommi Komulainen2008-11-121-1/+2
* Change the element type from utf8 to filename Special case filenameJohan Dahlin2008-11-121-1/+1
* Add a g_irepository_get_search_path, so we can access the search pathsJohan Dahlin2008-11-121-0/+15
* Bug 557791 – g_irepository_require() could return a GTypelib *Colin Walters2008-10-251-8/+9
* Bug 557076 - move typelibs to $libdirColin Walters2008-10-251-8/+8
* Bug 557468 – Support for GI_TYPELIB_PATHJohan Bilien2008-10-231-9/+32
* Respect path ordering for unversioned requiresColin Walters2008-10-211-3/+20
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-22/+3
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-1/+1