Skip to content
Commit 2672f6a1 authored by Jasper St. Pierre's avatar Jasper St. Pierre
Browse files

daemon: Replace old method/signal-based API with async method calls

Before, the session worker and session communicated by a series of signals
and methods... but backwards. The session worker would listen for a series
of signals sent out by the session, and respond back by calling methods on
it. This requires a lot of annoying, silly manual labor when trying to add
another method to the API.

So, reverse the API so that the worker manager calls async methods on the
worker itself.

https://bugzilla.gnome.org/show_bug.cgi?id=678057
parent ae725b06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment