summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* girepository: Support GError exceptions on callbacksGarrett Regier2015-06-214-13/+25
* girepository: Add g_struct_info_find_field()Garrett Regier2015-06-212-0/+47
* scanner/girepository: remove GdkRectangle->CairoRectangleInt automatic conver...Lionel Landwerlin2015-05-111-12/+0
* Fix docs for g_irepository_get_shared_library()Garrett Regier2015-03-101-5/+6
* girepository: Add g_irepository_get_immediate_dependencies()Philip Withnall2015-02-164-10/+131
* girepository: Document semantics of dependencies and includes betterPhilip Withnall2015-02-161-4/+4
* girepository: Fix NULL return from g_irepository_get_dependencies()Philip Withnall2015-02-161-1/+9
* build: Export Symbols Using Compiler DirectivesChun-wei Fan2014-08-151-197/+0
* girepository: Add Header for Version MacrosChun-wei Fan2014-08-1522-0/+505
* girepository: Include config.h First in All SourcesChun-wei Fan2014-07-0720-6/+40
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-037-6/+108
* gibaseinfo: Expand g_base_info_iterate_attributes() documentationPhilip Withnall2014-06-231-1/+4
* girepository: change giarginfo docsRyan Lortie2014-05-141-3/+8
* compiler: girparser: parse 'nullable' attributeRyan Lortie2014-05-061-1/+16
* girepository: ArgBlob: rename allow_none parameterRyan Lortie2014-05-065-11/+11
* g-ir-compiler: Add support for callback fields on GObjectsSimon Feltman2014-02-273-50/+71
* giobjectinfo: Add missing transfer annotation to find_signal ()Rico Tzschichholz2014-01-231-1/+1
* typelib compiler: properly initialise memoryRyan Lortie2013-12-302-1/+4
* 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
* GIVFuncInfo: allow retrieving the address of an interface vfuncGiovanni Campagna2013-10-221-5/+31
* docs: fix up reference docs a bitDieter Verfaillie2013-10-1043-449/+1018
* girepository: remove glib-compatDieter Verfaillie2013-10-093-27/+0
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-1/+2
* giscanner: store code before and after comment blockDieter Verfaillie2013-10-081-1/+1
* Use case insensitive compare for signal "when" attributeSimon Feltman2013-10-051-2/+2
* g_irepository_dump: Update doc to match codeSimon Kågedal Reimer2013-06-051-2/+4
* Add printf attributeChristian Persch2013-05-051-0/+3
* typelib: Also ignore typelibs with empty c:prefixColin Walters2013-04-151-1/+1
* girparser: Also honor legacy c:prefixColin Walters2013-04-151-0/+3
* gitypelib: And another fix for empty stringsColin Walters2013-04-081-3/+12
* typelib: Fix logic error in previous commitColin Walters2013-04-081-3/+8
* typelib: Only malloc once during string iterationColin Walters2013-04-081-8/+60
* Optimize g_irepository_find_by_gtypeDaniel Drake2013-04-083-79/+118
* girepository: Use g_atomic for refcountingColin Walters2013-04-022-15/+19
* GIRepository: add API for extending library pathsGiovanni Campagna2013-02-243-24/+69
* girepository: Document g_enum_info_get_error_domainTorsten Schönfeld2013-02-151-0/+12
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-011-0/+5
* girparser: Clean up passthrough handlingJasper St. Pierre2013-02-011-6/+4
* girparser: Move <doc> handling to passthroughJasper St. Pierre2013-02-011-27/+6
* girepository: gchar is a signed typeMartin Pitt2013-01-111-1/+2
* build: Properly export g_interface_info_find_signalTorsten Schönfeld2013-01-071-0/+1
* repo: Drop deprecated GStaticMutex usageColin Walters2012-12-171-6/+6
* docs: don't mark non GTK-Doc as being a GTK-Doc comment blockDieter Verfaillie2012-11-151-1/+1
* cmph: Remove leftover statement-without-effectColin Walters2012-10-301-1/+0
* girepository: Use girepository.symbols for Unix builds tooColin Walters2012-10-271-37/+2
* Add girepository.symbolsChun-wei Fan2012-10-271-0/+229
* girepository: Remove C99ism and other updatesChun-wei Fan2012-10-275-15/+42
* girffi.c: Don't include unistd.h unconditionallyChun-wei Fan2012-10-271-0/+2
* cmph: Remove C99ism and other fixesChun-wei Fan2012-10-2711-152/+252