notify: Remove g_object_notify_queue_from_object()
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Thu, 22 Jul 2010 19:20:35 +0000 (21:20 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2010 19:56:20 +0000 (21:56 +0200)
commit65797f7e54061a21866261d00a1c5533cd6a4f81
tree2ad0859752a80edf0b10fdaa9807f8efb54f292e
parent83026092eba98c2e6e0a96112555f980382a99e7
notify: Remove g_object_notify_queue_from_object()

The function will not be safe with object locking in place, so we remove
it. The workaround is somewhat ugly, but it works.

https://bugzilla.gnome.org/show_bug.cgi?id=166020
gobject/gobject.c
gobject/gobjectnotifyqueue.c