summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.c
Commit message (Expand)AuthorAgeFilesLines
* Add test passing an owned boxed structure to a callbackMike Gorse2014-01-271-0/+20
* tests: Fix memory leaks in transfer full/container inout testsSimon Feltman2013-10-101-0/+12
* giscanner: deprecate GObject-Introspection GTK-Doc tagsDieter Verfaillie2013-10-081-7/+2
* gimarshalingtests: Add tests for mixed allow-none and implicit argsSimon Feltman2013-09-261-2/+61
* gimarshalingtests: Add tests for multiple utf8 args with allow-noneSimon Feltman2013-09-261-0/+18
* gimarshallingtests: Add test for GValue pass-by-referenceSimon Feltman2013-07-021-0/+14
* gimarshallingtests: Add tests for enum returned from vfuncSimon Feltman2013-03-181-0/+28
* tests: Fix memory leak in GIMarshallingTestsPropertiesObjectMartin Pitt2013-03-041-0/+8
* tests: Fix memory leak in gi_marshalling_tests_ghashtable_utf8_container_outMartin Pitt2013-03-041-1/+1
* tests: Fix memory leak in gi_marshalling_tests_ghashtable_utf8_full_returnMartin Pitt2013-03-041-1/+1
* tests: Fix memory leak in gi_marshalling_tests_init_function()Martin Pitt2013-03-041-0/+2
* Reformat code to GNU styleMartin Pitt2013-02-271-1621/+1716
* test/gimarshallingtests.c: Fix build on C89 compilersChun-wei Fan2013-02-231-2/+4
* 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