summaryrefslogtreecommitdiffstats
path: root/gi/pygi-argument.c
Commit message (Expand)AuthorAgeFilesLines
* Restrict GI_TYPE_TAG_GHASH on Python 3 to dicts, not mappings, due to http://...David Malcolm2010-04-201-0/+11
* Fix test cases by decoding to correctly sized typeJohn (J5) Palmieri2010-04-161-7/+15
* use AsLong instead of AS_LONGJohn (J5) Palmieri2010-04-151-2/+2
* Initial attempts at porting to Python 3.1David Malcolm2010-04-151-53/+102
* Remove support for pointers to basic types as input-only argument and return ...Simon van der Linden2010-01-221-541/+45
* Suppress compilation warningsSimon van der Linden2010-01-051-1/+2
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-221-1/+10
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-301-7/+7
* Remove global checks for pointers and move them in type cases that need themSimon van der Linden2009-11-301-92/+424
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-301-1/+13
* Revert "Use the limit constants from glib and interpret G_MAXUINT32 as PyLong...Tomeu Vizoso2009-11-301-7/+7
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-281-7/+7
* Structs in arrays are not marshalled correctlyTomeu Vizoso2009-11-271-5/+24
* Accept 0 as a valid value for flag and enum argumentsTomeu Vizoso2009-11-241-1/+18
* Add support for Any argumentsTomeu Vizoso2009-11-221-8/+12
* Treat GI_INFO_TYPE_INTERFACE same as GI_INFO_TYPE_OBJECTTomeu Vizoso2009-11-201-0/+3
* Initial importSimon van der Linden2009-11-081-0/+1976