summaryrefslogtreecommitdiff
path: root/tests/testhelpermodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of memory leaks in the testsDavid King2021-08-231-2/+4
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-6/+6
* Remove all Python 2 C codeChristoph Reiter2020-04-161-9/+36
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-3/+8
* gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-041-0/+38
* Add tests for pyg_gil_state_ensure/pyg_gil_state_releaseChristoph Reiter2018-04-241-0/+10
* Add tests for pyg_constant_strip_prefix()Christoph Reiter2018-04-241-0/+14
* pyg_pyobj_to_unichar_conv: port to new converters and add some testsChristoph Reiter2018-04-121-0/+15
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-2/+2
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* tests: add a basic test for pyg_parse_constructor_args()Christoph Reiter2018-03-191-0/+23
* Remove pyglib_gil_state_ensure/pyglib_gil_state_releaseChristoph Reiter2017-03-221-6/+6
* testhelper: propagate exception if _gobject could not be importedMikhail Fludkov2017-03-201-2/+6
* Ignore GValueArray deprecationsSimon Feltman2014-03-241-0/+3
* testhelper: Fix import requirement for GObjectSimon Feltman2013-07-061-1/+1
* testhelpermodule: Fix build warning for PyGObject_Type redefinitionSimon Feltman2013-03-171-13/+1
* Support GParamSpec signal arguments from PythonMartin Pitt2013-01-141-0/+13
* testhelpermodule.c: Do not unref called methodMartin Pitt2012-12-181-1/+0
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-1/+1
* testhelpermodule.c: Drop obsolete g_thread_init()Martin Pitt2012-11-051-1/+0
* tests: Fix wrong return type in test_int64_callback()Martin Pitt2012-09-251-1/+1
* Add test cases for GValue signal argumentsMartin Pitt2012-09-111-0/+17
* Add test for GValue signal return valuesMartin Pitt2012-09-111-0/+36
* Test gint64 C signal arguments and return valuesMartin Pitt2012-09-101-0/+14
* Add test for a signal that returns a GParamSpecMartin Pitt2012-09-031-0/+12
* Add missing static declarationsMartin Pitt2012-07-271-2/+2
* Drop support for old constructor style.Steve Frécinaux2011-08-261-5/+0
* Drop support for sink functions.Steve Frécinaux2011-08-261-23/+9
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-1/+1
* [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_initIgnacio Casal Quinteiro2011-02-021-3/+3
* Fix reference leaks for GInitiallyUnowned objectsSteve Frécinaux2011-01-201-0/+50
* Add tests for refcount of a GObject owned by a librarySteve Frécinaux2011-01-201-0/+51
* fix up testshelper module so it compiles in python 3.xJohn (J5) Palmieri2010-08-251-194/+27
* Don't use == to compare doubles, use <= and =>.Simon van der Linden2010-07-261-1/+1
* Fall back to use the floating references API in glib if there isn't a sinkfun...Tomeu Vizoso2010-06-211-0/+109
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-071-0/+19
* reviewed by: Johan DahlinSebastian Granjoux2007-07-021-0/+27
* fix GSlice thread init warningGustavo J. A. M. Carneiro2007-04-301-1/+1
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-301-0/+19
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-9/+149
* Add Interface implementation testJohan Dahlin2006-07-101-1/+235
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-3/+3
* Clean up tests, we don't need a C binding to access tp_basicsize, clean upJohan Dahlin2005-07-251-71/+24
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-0/+75
* Make the build of atk, pango and gtk conditional. Fixes bug #74144.PYGTK_2_5_2Johan Dahlin2005-01-101-1/+0
* Add tests for dynamic/unknown objects and interfacesJohan Dahlin2004-11-041-113/+66
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-281-1/+1
* Add thread stuff, that emits stuff from another thread and does some enumJohan Dahlin2004-09-271-6/+134
* Small c module to help testingJohan Dahlin2004-09-271-0/+23