summaryrefslogtreecommitdiff
path: root/gi/pygi-property.c
Commit message (Expand)AuthorAgeFilesLines
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-181-9/+1
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-2/+2
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* pygi-value: error handling cleanupChristoph Reiter2018-03-301-2/+3
* Revert "Revert "Revert "Refactor boxed wrapper memory management strategy"""Mathieu Duponchelle2018-02-161-1/+5
* Revert "Revert "Refactor boxed wrapper memory management strategy""Christoph Reiter2018-02-131-5/+1
* Revert "Refactor boxed wrapper memory management strategy"Mathieu Duponchelle2018-01-231-1/+5
* property: support setting flagsChristoph Reiter2017-03-291-0/+3
* Fix various potential compiler warningsChristoph Reiter2017-03-201-1/+1
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-0/+1
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+2
* Fast path Python Property getter when accessed through GObject interfacesSimon Feltman2014-08-181-8/+27
* Fast path property access for basic typesSimon Feltman2014-08-171-0/+9
* Unify property gettersSimon Feltman2014-08-171-25/+60
* Merge pygi_get_property_value and _pygi_argument_from_g_valueSimon Feltman2014-08-171-129/+11
* Never dup data structures when marshaling from g_object_get_property()Simon Feltman2014-08-171-17/+7
* 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