summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.c
Commit message (Expand)AuthorAgeFilesLines
* gimarshalingtests: fix spelling mistake in new vfunc object helpersSimon Feltman2013-02-061-5/+5
* gimarshallingtests: Add test helpers for marshaling of object argumentsSimon Feltman2013-01-301-0/+151
* tests: Avoid handing out uninitialized memoryTorsten Schönfeld2013-01-201-2/+2
* tests: Fix compiler warningsMartin Pitt2013-01-151-1/+1
* gimarshallingtests: Add method taking a GParamSpec argumentMartin Pitt2013-01-141-2/+13
* gimarshallingtests: Add boxed GList propertyMartin Pitt2013-01-141-0/+33
* gimarshallingtests: Add string_ to boxed structureVadim Rutkovsky2013-01-111-1/+5
* gimarshallingtests: Add vfunc with an array outputPaolo Borelli2013-01-111-0/+13
* gimarshallingtests: Add test for value array of boxed structsMartin Pitt2012-12-181-0/+13
* gimarshallingtests:: Add test for returning a caller-allocated GArrayGonzalo Odiard2012-12-171-0/+17
* gimarshallingtests: Add a utf8-in-bytearray testColin Walters2012-11-291-0/+18
* GIMarshallingTests: Add more virtual methods with out argumentsMartin Pitt2012-11-211-0/+32
* GIMarshallingTests: Add GVariant propertyMartin Pitt2012-11-141-0/+16
* gimarshallingtests: Fix return data typeMartin Pitt2012-11-091-1/+1
* gimarshallingtests: Add some GBytes testsColin Walters2012-11-071-0/+30
* gimarshallingtests: Attempt to avoid using reserved wordsColin Walters2012-10-271-210/+210
* gmarshallingtests: Fix prototype () -> (void)Colin Walters2012-10-271-2/+2
* gimarshallingtests: Add array/GList uint32/64 in/out APIMartin Pitt2012-10-111-0/+64
* gimarshallingtests: Add in/out int64 GValue method argumentsMartin Pitt2012-09-101-0/+28
* gimarshallingtests: Add GParamSpec return and (out) argumentMathieu Duponchelle2012-08-201-0/+21
* gimarshallingtests: More useful assertionsMartin Pitt2012-08-021-257/+257
* gimarshallingtests: Squash compiler warningColin Walters2012-07-311-2/+2
* GIMarshallingTests: Add method taking array of variantsMikkel Kamstrup Erlandsen2012-07-121-0/+32
* tests: Add marshalling test for a boxed struct propertyMartin Pitt2012-06-051-1/+18
* tests: Add vfunc taking a caller-allocated out parameterMartin Pitt2012-06-011-0/+13
* tests: Add marshalling test for a caller-allocated out GValue parameterMartin Pitt2012-06-011-0/+11
* GIMarshallingTests: Add GStrv propertyMartin Pitt2012-05-051-1/+13
* tests: Add array marshalling test for array without length argumentBastian Winkler2012-04-201-0/+14
* Make introspection compile with -Wall -WerrorJohan Dahlin2012-04-091-1/+1
* Fix malformed GTK-Doc comment blocks:Dieter Verfaillie2012-04-051-0/+38
* Add tests for vfuncs with callbacks as argumentsTomeu Vizoso2012-03-271-0/+29
* Add tests for GType of GValueGiovanni Campagna2012-02-131-0/+11
* tests: Added class that has all kinds of propertiesSebastian Pölsterl2012-02-061-0/+178
* girepository: Add GI_VFUNC_THROWSColin Walters2012-02-031-1/+11
* tests: Squash compile warning, fix C indentationColin Walters2012-02-031-2/+2
* tests: Add marshalling tests for various kinds of callbacksJasper St. Pierre2012-02-031-0/+65
* tests: Add marshalling tests for various kinds of vfunc callbacksJasper St. Pierre2012-02-031-0/+70
* tests: Add more interesting marshalling tests for GTypesJasper St. Pierre2012-01-261-0/+23
* tests: add test functions which return GErrorsWill Thompson2012-01-241-0/+57
* tests: Add tests for flat GValue arraysJasper St. Pierre2012-01-061-0/+58
* Add a marshalling test for returning a NULL arrayPaolo Borelli2012-01-031-0/+10
* Add tests for chaining up from vfuncs to ancestorsTomeu Vizoso2011-10-291-0/+22
* fixes and more tests for marshalling of arrays of gvariantsMikkel Kamstrup Erlandsen2011-10-251-3/+62
* add tests for arrays of simple structs and arrays of gvalueJohn (J5) Palmieri2011-09-151-0/+31
* add back the fixed_array_out_struct testJohn (J5) Palmieri2011-08-231-0/+22
* Disallow non byte types for GByteArraysGiovanni Campagna2011-08-181-1/+1
* Forbid GPtrArrays holding non-pointer typesGiovanni Campagna2011-08-181-33/+0
* remove the flat struct array test and replace with object pointer array testJohn (J5) Palmieri2011-08-131-22/+0
* Added marshalling tests for GPtrArrayAlex Eftimie2011-06-171-0/+242
* gimarshallingtests: Fix and change byte array testsColin Walters2011-06-171-11/+7