Make initial Embed call asynchronous
authorMike Gorse <mgorse@novell.com>
Fri, 30 Jul 2010 23:13:40 +0000 (19:13 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 30 Jul 2010 23:13:40 +0000 (19:13 -0400)
commit32a7655b0a0788ce654ab1afba9fb952c7c28331
tree10db88f2663c6a47ec6b891db5d3c89c1b96f70e
parentb4aec05e08333d375b8df5af1006b9fc22531ace
Make initial Embed call asynchronous

The initial Embed does not need to be synchronous, so set a reply callback
instead.  This prevents a long delay if the registry daemon does not respond.
Also unref some related messages that we were leaking.

Also fix a warning.
atk-adaptor/bridge.c