tests: add signal disconnection test
authorRay Strode <rstrode@redhat.com>
Fri, 20 Sep 2013 19:20:39 +0000 (15:20 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 20 Sep 2013 20:06:02 +0000 (16:06 -0400)
commit29ef8217665fa1cd000e4668e01dbd638ab61f5e
treefe345f3af2d0d2c901cf637e2ca8b5691ed4c2ba
parentcb7059e17f48c77eeb2e8354ddb64c149a312262
tests: add signal disconnection test

This commit adds a test to ensure that during a signal emission, if
a signal handler gets disconnected, it won't be run, even if it would
have run before the disconnection.
tests/gobject/Makefile.am
tests/gobject/signals.c [new file with mode: 0644]