summaryrefslogtreecommitdiff
path: root/gi/pygi-property.c
Commit message (Expand)AuthorAgeFilesLines
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-4/+4
* Use C style commentsSimon Feltman2014-02-271-1/+1
* Fix setting of struct property valuesDaniel Drake2013-04-181-1/+2
* Fix enum and flags marshaling type assumptionsSimon Feltman2013-04-041-2/+2
* Fix memory leaks in property setting/gettingMartin Pitt2013-03-041-5/+16
* Move variable declaration to top of blocks (C99ism)Chun-wei Fan2013-01-301-1/+2
* pygi-property: Support boxed GSList/GList typesOlivier Crête2013-01-141-2/+8
* Add support for GVariant properties defined in CMartin Pitt2012-11-141-1/+5
* Make sure g_value_set_boxed does not cause a buffer overrun with GStrvsSimon Feltman2012-11-131-2/+6
* Fix property lookup in class hierarchyDaniel Drake2012-11-061-69/+61
* pygi-property: Lookup property in base classes of non-introspected typesOlivier Crête2012-09-241-14/+14
* Fix array handling for interfaces, properties, and signalsMikkel Kamstrup Erlandsen2012-07-121-0/+1
* _pygi_argument_from_object(): Check for compatible data typeMartin Pitt2012-05-061-0/+3
* Support getting and setting GStrv propertiesMartin Pitt2012-05-061-0/+36
* Properly distinguish between different integer types for propertiesSebastian Pölsterl2012-02-061-4/+44
* [gi] set the gtype GValue correctlyIgnacio Casal Quinteiro2011-01-211-2/+2
* Plug another memory leakPaolo Borelli2011-01-161-0/+4
* gi: Add support for more property typesTomeu Vizoso2010-09-071-36/+120
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-2/+2
* Add GValue<->GArgument marshalling for some more typesTomeu Vizoso2010-07-281-1/+36
* Implement getting and setting properties using introspection information.Tomeu Vizoso2010-07-271-0/+226