notifyqueue: Dedup pspecs when adding 2.25.13
authorBenjamin Otte <otte@redhat.com>
Fri, 6 Aug 2010 21:15:28 +0000 (23:15 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 6 Aug 2010 21:35:24 +0000 (23:35 +0200)
commit4ac7f8f08433c37cf0a69cdea601514a0c06c1b6
treeb5ef85c6d259db86626aabdcb88115475a4831da
parente88eb048659be2e09081a27ddaef0e261667b6b8
notifyqueue: Dedup pspecs when adding

The previous code dedup'd when thawing and threw nasty warnings your way
if you notified too often. This can now easily be avoided.

Performance should be roughly identical, as both are O(n²).
gobject/gobjectnotifyqueue.c