summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.c
Commit message (Expand)AuthorAgeFilesLines
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of...Stéphane Seng2019-07-141-0/+46
* tests: Mark unused function arguments with G_GNUC_UNUSEDPhilip Chimento2019-04-151-28/+47
* gimarshallingtests: Fix g_boxed_free usagePhilip Chimento2018-07-281-1/+5
* gimarshallingtests: Don't leak properties in destructionSimon Feltman2018-07-271-9/+6
* tests: Fix function incompatibilityFlorian Müllner2018-07-231-3/+3
* gimarshallingtests: Add test readonly propertyPhilip Chimento2018-06-201-0/+11
* Add marshalling tests for ByteArray property.Tomasz Miąsko2018-04-151-0/+16
* tests: Use g_error_new_literal() for literal stringPhilip Chimento2018-03-311-1/+1
* tests: Fix signed-ness of variablePhilip Chimento2018-03-311-1/+1
* tests: Fix const-ness warningsPhilip Chimento2018-03-311-103/+103
* tests: Add marshalling tests for GValue-valued propertiesPhilip Chimento2017-04-031-0/+21
* gimarshallingtests: Add a flags and enum propertyChristoph Reiter2017-03-281-0/+30
* tests: Test hashtables with allocated valuesPhilip Chimento2016-11-021-0/+84
* tests: Remove unused variablePhilip Chimento2016-10-181-1/+0
* tests: Check against TRUE and FALSE for booleansPhilip Chimento2016-10-181-8/+8
* tests: const specifier for transfer-none out arrayPhilip Chimento2016-10-181-2/+2
* tests: Marshalling tests for new GJS functionalityPhilip Chimento2016-10-131-0/+128
* scanner: Warn and ignore on incorrect transfer annotationsColin Walters2015-09-271-1/+1
* Revert "scanner: Warn and ignore on incorrect transfer annotations"Michael Catanzaro2015-09-271-1/+1
* scanner: Warn and ignore on incorrect transfer annotationsGarrett Regier2015-09-261-1/+1
* scanner: allow (array zero-terminated) instead of (array zero-terminated=1)Dieter Verfaillie2015-03-031-16/+16
* gimarshallingtests: Don't unconditionally include config.hintrigeri2015-02-131-0/+3
* tests: Fix annotation for int8_outMatijs van Zuijlen2014-08-151-2/+2
* tests/: Decorate Symbols for ExportChun-wei Fan2014-08-151-0/+2
* tests: Add constructor with an error argumentGarrett Regier2014-08-071-0/+13
* gimarshallingtests: Correctly retrieve param spec's value typeMatijs van Zuijlen2014-05-301-1/+1
* tests: add implementation of an interfaceLionel Landwerlin2014-04-111-0/+37
* 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