summaryrefslogtreecommitdiff
path: root/tests/signal-connect-object.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop calling g_type_init()Simon McVittie2014-01-071-1/+0
| | | | | | | | It was deprecated in GLib 2.36, and we already have a hard dependency on that version. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* Add the TpTests namespace to tests/lib/stub-objectTravis Reitter2010-06-041-2/+2
|
* Add the TpTests namespace to tests/lib/utilTravis Reitter2010-06-041-4/+4
|
* Use tp_clear_object, tp_clear_pointer in testsSimon McVittie2010-06-011-5/+5
|
* Use test_object_new_static_class moreSimon McVittie2010-04-271-2/+2
|
* signal-connect-object test: add another caseSimon McVittie2010-04-071-0/+14
|
* Add a feature test for tp_g_signal_connect_objectSimon McVittie2010-04-071-0/+166
This was a failed attempt to reproduce fd.o #27242, which turned out to be an Empathy bug; but more test coverage is useful anyway.