GDBusObjectManagerClient: keep the manager alive while firing signals
authorRui Matos <tiagomatos@gmail.com>
Wed, 27 Nov 2013 13:32:05 +0000 (14:32 +0100)
committerRui Matos <tiagomatos@gmail.com>
Wed, 27 Nov 2013 15:18:19 +0000 (16:18 +0100)
commit1300108e0c50e70d5414c195649ad41419074e1a
tree753e06e86e30a2fd771895a6b0ac91dc1f356692
parent30e1ab326296088fd83c046e83b0f0a0b89b9489
GDBusObjectManagerClient: keep the manager alive while firing signals

Handlers for the signals we emit might unref the object manager. Make
sure we keep it alive until we are done with it.

https://bugzilla.gnome.org/show_bug.cgi?id=719402
gio/gdbusobjectmanagerclient.c