Add a global signal handler table
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Sep 2014 05:08:32 +0000 (01:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 27 May 2015 18:41:19 +0000 (14:41 -0400)
commit916297be799ee001b4a214cc52c3b960bb0b5deb
treee75546c924396dae9c68bb0931c93f09a3fe0560
parent8a97dc56528b45dcd84a8c46f94b9a25a26d5cc3
Add a global signal handler table

Add a global lookup table for signal handlers. We already give
them a unique ID, so there is no good reason to pay for
non-constant lookups when disconnecting handlers.

https://bugzilla.gnome.org/show_bug.cgi?id=737009
gobject/gsignal.c